cli-engine
Version:
Generic CLI Framework
105 lines (104 loc) • 2.96 kB
JSON
{
"name": "cli-engine",
"description": "Generic CLI Framework",
"version": "3.5.58",
"author": "Jeff Dickey @dickeyxxx",
"bin": {
"cli-build": "bin/cli-build",
"cli-release": "bin/cli-release"
},
"bugs": "https://github.com/heroku/cli-engine/issues",
"cli-engine": {
"yarnDependency": "0.24.6"
},
"dependencies": {
"ansi-escapes": "^2.0.0",
"cli-engine-command": "^5.1.15",
"cli-engine-config": "^1.3.7",
"cli-engine-heroku": "^1.1.4",
"debug": "2.x",
"filesize": "^3.5.10",
"fs-extra": "^4.0.0",
"klaw-sync": "2.x",
"lodash.flatten": "4.x",
"lodash.maxby": "4.x",
"lodash.uniqby": "4.x",
"log-chopper": "^1.0.1",
"moment": "^2.18.1",
"netrc-parser": "2.0.2",
"node-gyp": "3.x",
"rwlockfile": "^1.4.5",
"string": "3.x",
"string-similarity": "^1.2.0",
"tar-fs": "1.x",
"tmp": "0.x"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"eslint": "^4.2.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "20.0.3",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"flow-bin": "^0.51.1",
"flow-copy-source": "1.2.0",
"flow-typed": "^2.1.5",
"got": "7.1.0",
"heroku-debug-4.0.0": "file:test/heroku-debug/4.0.0",
"heroku-debug-5.0.2": "file:test/heroku-debug/5.0.2",
"heroku-debug-5.0.3": "file:test/heroku-debug/5.0.3",
"heroku-hello-world-build": "0.0.0",
"heroku-kafka": "^2.9.10",
"heroku-pg-extras": "1.0.11",
"jest": "20.0.4",
"mock-fs": "4.4.1",
"nock": "^9.0.14",
"rimraf": "2.6.1",
"semver": "^5.4.1",
"uglify-js": "github:mishoo/UglifyJS2#73d6438773a40aa5aa06354781334af79a67e42d"
},
"engines": {
"node": ">= 7.6.0"
},
"enginestrict": true,
"files": [
"autocomplete",
"lib",
"bin",
"yarn"
],
"homepage": "https://github.com/heroku/cli-engine",
"jest": {
"testEnvironment": "node",
"rootDir": "./src",
"coveragePathIgnorePatterns": [
"src/linewrap.js"
],
"setupFiles": [
"../test/init.js"
]
},
"keywords": [
"cli"
],
"license": "ISC",
"main": "lib/cli.js",
"repository": "https://github.com/heroku/cli-engine",
"scripts": {
"build": "babel src -d lib --ignore '*.test.js,**/__mocks__/*.js'",
"clean": "rimraf lib tmp",
"download": "node ./bin/download-yarn",
"prepare": "npm run clean && npm run build && npm run download",
"release": "np",
"test": "npm run download && jest -i && flow && eslint .",
"watch": "babel --watch src -d lib --ignore '*.test.js'"
}
}