@heisian/sequelize-cli
Version:
The Sequelize CLI
74 lines (73 loc) • 2.04 kB
JSON
{
"name": "@heisian/sequelize-cli",
"version": "4.0.6",
"description": "The Sequelize CLI",
"bin": {
"sequelize": "./lib/sequelize"
},
"dependencies": {
"bluebird": "^3.5.1",
"cli-color": "^1.2.0",
"fs-extra": "^5.0.0",
"js-beautify": "^1.7.4",
"lodash": "^4.17.5",
"resolve": "^1.5.0",
"umzug": "^2.1.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-module-method": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.24.1",
"eslint": "^4.11.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"mocha": "^3.5.0",
"mysql": "^2.15.0",
"nodeify": "^1.0.1",
"pg": "^7.*",
"pg-hstore": "^2.x",
"@heisian/sequelize": "^4.0.0",
"sqlite3": "^3.x",
"through2": "^2.0.3"
},
"options": {
"mocha": "--require scripts/mocha-bootload.js --check-leaks --timeout 30000 --colors --reporter spec"
},
"eslintIgnore": [
"test/support",
"src/assets"
],
"scripts": {
"build": "npm run build-clean && babel src -d lib && npm run build-bin && npm run build-assets",
"build-bin": "mv ./lib/sequelize.js ./lib/sequelize && chmod +x ./lib/sequelize",
"build-assets": "cp -R ./src/assets ./lib/",
"build-clean": "rm -rf ./lib/",
"lint": "eslint test src",
"test-raw": "mocha $npm_package_options_mocha 'test/**/*.test.js'",
"test": "npm run lint && npm run build && npm run test-raw"
},
"repository": {
"type": "git",
"url": "git://github.com/heisian/sequelize-cli.git"
},
"keywords": [
"sequelize",
"cli"
],
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
"Sushant Dhiman <sushantdhiman@outlook.com>",
"Paulo R Lopes <prplopes@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sequelize/cli/issues"
},
"homepage": "https://github.com/sequelize/cli",
"engines": {
"node": ">=4.0.0"
}
}