{ "bin": { "sequelize": "./bin/run.js" }, "bugs": "https://github.com/sequelize/sequelize/issues", "dependencies": { "@inquirer/checkbox": "^4.2.0", "@inquirer/confirm": "^5.1.14", "@inquirer/input": "^4.2.1", "@inquirer/select": "^4.3.1", "@oclif/core": "^4.5.2", "@oclif/plugin-help": "^6.2.32", "@sequelize/utils": "workspace:*", "ansis": "^3.17.0", "cosmiconfig": "^9.0.0", "zod": "^4.0.10" }, "description": "The Sequelize CLI\nDocumentation: https://sequelize.org/docs/v7/cli/", "devDependencies": { "@oclif/test": "4.1.13", "@types/chai": "4.3.20", "@types/mocha": "10.0.10", "chai": "4.5.0", "concurrently": "9.2.0", "mocha": "11.7.1", "oclif": "4.22.5", "rimraf": "5.0.10" }, "engines": { "node": ">=18.20.8" }, "exports": "./lib/index.js", "files": [ "/bin", "/lib", "/static", "/oclif.manifest.json" ], "homepage": "https://sequelize.org/docs/v7/cli/", "keywords": [], "license": "MIT", "main": "lib/index.js", "name": "@sequelize/cli", "oclif": { "bin": "sequelize", "dirname": "sequelize", "commands": "./lib/commands", "plugins": [ "@oclif/plugin-help" ], "topicSeparator": " ", "topics": { "migration": { "description": "Commands for managing database migrations" }, "seed": { "description": "Commands for managing database seeding" } } }, "repository": "https://github.com/sequelize/sequelize", "scripts": { "build": "rimraf lib && tsc --project tsconfig.build.json", "postpack": "rimraf oclif.manifest.json", "prepack": "yarn build && oclif manifest && oclif readme", "prepare": "yarn build", "test": "concurrently \"npm:test-*\"", "test-unit": "mocha ./**/*.test.ts", "test-typings": "tsc --noEmit", "test-exports": "../../dev/sync-exports.mjs ./src --check-outdated", "sync-exports": "../../dev/sync-exports.mjs ./src" }, "type": "module", "types": "lib/index.d.ts", "version": "7.0.0-alpha.46", "publishConfig": { "access": "public" } }