-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 921 Bytes
/
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
{
"name": "vsts-gitflow",
"version": "1.0.0",
"description": "This is a VSTS extension that enables you to provide GitFlow functionality from a manageable dashboard",
"main": "index.js",
"scripts": {
"build": "tsc -p .",
"postbuild": "npm run package",
"package": "tfx extension create",
"gallery-publish": "tfx extension publish --rev-version",
"clean": "rimraf ./dist && rimraf ./*.vsix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cwoolum/vsts-gitflow.git"
},
"keywords": [
"vsts",
"gitflow"
],
"author": "Christopher Woolum",
"license": "ISC",
"bugs": {
"url": "https://github.com/cwoolum/vsts-gitflow/issues"
},
"homepage": "https://github.com/cwoolum/vsts-gitflow#readme",
"devDependencies": {
"typescript": "~2.5.2"
},
"dependencies": {
"require-html": "^1.0.0",
"vss-web-extension-sdk": "^2.117.0"
}
}