-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "vsts-heroku-cli",
"version": "1.0.10",
"description": "Heroku CLI Tools for VSTS.",
"engines": {
"node": "10.15.1",
"npm": "6.4.1"
},
"scripts": {
"postinstall": "link-parent-bin --child-directory-root tasks",
"tfx-package": "tfx extension create --manifest-globs vss-extension.json",
"tfx-publish": "tfx extension publish --manifest-globs vss-extension.json"
},
"bugs": {
"url": "https://github.com/SeanSobey/vsts-heroku-cli/issues",
"email": "[email protected]"
},
"author": {
"name": "Sean Sobey",
"email": "[email protected]"
},
"homepage": "https://github.com/SeanSobey/vsts-heroku-cli",
"repository": {
"type": "git",
"url": "https://github.com/SeanSobey/vsts-heroku-cli.git"
},
"readme": "README.md",
"license": "LICENSE",
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.5",
"@types/q": "^1.5.1",
"del-cli": "^1.1.0",
"link-parent-bin": "^0.2.3",
"mocha": "^5.0.0",
"tfx-cli": "^0.6.4",
"tslint": "^5.13.0",
"tslint-divid": "^1.3.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-immutable": "^5.3.0",
"typescript": "^3.3.3333"
}
}