-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@heroku-cli/plugin-git",
"description": "Heroku CLI plugin to manage local git repos.",
"version": "7.24.0",
"author": "Jeff Dickey (@jdxcode)",
"bugs": "https://github.com/heroku/cli/issues",
"dependencies": {
"@heroku-cli/color": "^1.1.14",
"@heroku-cli/command": "^8.2.10",
"@oclif/command": "^1.5.11",
"@oclif/config": "^1.12.10",
"cli-ux": "^4.9.3",
"debug": "4.1.1"
},
"devDependencies": {
"@heroku-cli/schema": "^1.0.25",
"@oclif/dev-cli": "^1.21.3",
"@oclif/plugin-help": "^2.1.6",
"@oclif/plugin-legacy": "^1.1.4",
"@oclif/test": "^1.2.4",
"@oclif/tslint": "^3.1.1",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^5.0.5",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.24",
"@types/supports-color": "^5.3.0",
"chai": "^4.2.0",
"globby": "^9.0.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"nyc": "^13.2.0",
"ts-node": "^8.0.2",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "3.3.3333"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib",
"/oclif.manifest.json"
],
"homepage": "https://github.com/heroku/cli/tree/master/packages/git",
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"oclif": {
"topics": {
"git": {
"description": "manage local git repository for app"
}
},
"commands": "./lib/commands",
"bin": "oclif-example",
"devPlugins": [
"@oclif/plugin-help"
],
"repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/git/<%- commandPath %>"
},
"repository": "heroku/cli",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
"prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
"test": "echo NO TESTS",
"version": "oclif-dev readme && git add README.md"
},
"gitHead": "4644413ce92a66bd06cca3a13d4658b1255bc8f2"
}