UNPKG

1.51 kBJSONView Raw
1{
2 "name": "cli-engine-command",
3 "description": "base CLI command for cli-engine",
4 "version": "11.0.10",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/heroku/cli-engine-command/issues",
7 "dependencies": {
8 "chalk": "2.3.0",
9 "cli-flags": "^2.0.3"
10 },
11 "devDependencies": {
12 "@types/ansi-styles": "^2.0.30",
13 "@types/jest": "21.1.9",
14 "@types/nock": "9.1.0",
15 "@types/node": "8.5.2",
16 "cli-engine-config": "5.0.6",
17 "cli-ux": "^2.0.12",
18 "del-cli": "1.1.0",
19 "http-call": "^4.0.5",
20 "husky": "^0.14.3",
21 "jest": "^22.0.4",
22 "lint-staged": "^6.0.0",
23 "nock": "^9.1.5",
24 "prettier": "^1.9.2",
25 "ts-jest": "22.0.0",
26 "ts-node": "4.0.2",
27 "tslint": "^5.8.0",
28 "tslint-cli-engine": "^1.0.3",
29 "typescript": "2.6.2"
30 },
31 "engines": {
32 "node": ">=7.6.0"
33 },
34 "files": [
35 "lib"
36 ],
37 "homepage": "https://github.com/heroku/cli-engine-command",
38 "keywords": [
39 "heroku",
40 "heroku-cli-plugin"
41 ],
42 "license": "ISC",
43 "main": "lib/index.js",
44 "peerDependencies": {
45 "cli-engine-config": "^5.0.2"
46 },
47 "repository": "heroku/cli-engine-command",
48 "scripts": {
49 "clean": "del-cli lib",
50 "posttest": "tslint -p . && prettier -l 'src/**/*.ts'",
51 "precommit": "lint-staged",
52 "prepare": "tsc",
53 "prepublishOnly": "yarn run clean && yarn run prepare && yarn run prune",
54 "pretest": "tsc",
55 "prune": "del-cli 'lib/**/*.test.+(d.ts|js)'",
56 "test": "jest"
57 },
58 "types": "./lib/index.d.ts"
59}