UNPKG

1.92 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-autocomplete",
3 "version": "7.19.3",
4 "author": "Philipe Navarro @RasPhilCo",
5 "bugs": "https://github.com/heroku/cli/issues",
6 "dependencies": {
7 "@heroku-cli/command": "^8.2.6",
8 "@oclif/command": "1.5.6",
9 "@oclif/config": "1.9.0",
10 "chalk": "^2.4.1",
11 "cli-ux": "^4.9.3",
12 "debug": "^4.1.0",
13 "fs-extra": "^7.0.1",
14 "lodash.flatten": "^4.4.0",
15 "tslib": "1.9.3"
16 },
17 "devDependencies": {
18 "@fancy-test/nock": "^0.1.1",
19 "@oclif/dev-cli": "1.19.5",
20 "@oclif/plugin-help": "2.1.4",
21 "@oclif/test": "1.2.2",
22 "@oclif/tslint": "3.1.1",
23 "@types/chai": "4.1.7",
24 "@types/fs-extra": "^5.0.4",
25 "@types/lodash.flatten": "^4.4.4",
26 "@types/mocha": "5.2.5",
27 "@types/nock": "^9.1.3",
28 "@types/node": "10.12.12",
29 "chai": "4.2.0",
30 "globby": "8",
31 "mocha": "5.2.0",
32 "nock": "^9.3.3",
33 "nyc": "13.1.0",
34 "ts-node": "7.0.1",
35 "tslint": "5.11.0",
36 "typescript": "3.2.1"
37 },
38 "engines": {
39 "node": ">=8.0.0"
40 },
41 "files": [
42 "/oclif.manifest.json",
43 "autocomplete",
44 "/lib",
45 "yarn.lock"
46 ],
47 "homepage": "https://github.com/heroku/heroku-cli-autocomplete",
48 "keywords": [
49 "heroku-plugin"
50 ],
51 "license": "MIT",
52 "oclif": {
53 "commands": "./lib/commands",
54 "bin": "heroku",
55 "hooks": {
56 "update": "./lib/hooks/recache",
57 "recache": "./lib/hooks/recache"
58 },
59 "devPlugins": [
60 "@oclif/plugin-help"
61 ],
62 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/autocomplete/<%- commandPath %>"
63 },
64 "repository": "heroku/cli",
65 "scripts": {
66 "postpublish": "rm -f oclif.manifest.json",
67 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
68 "prepack": "rm -rf lib && tsc && oclif-dev manifest",
69 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\""
70 },
71 "gitHead": "567466936051bfd73d5d339381644647e51554fd"
72}