-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1 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
{
"name": "publish-report",
"version": "1.0.0",
"description": "extension to publish reports",
"main": "index.js",
"scripts": {
"postinstall": "node scripts/install.js",
"prebuild": "node scripts/install.js",
"build": "node scripts/build.js",
"package": "node scripts/package.js",
"create": "tfx extension create --output-path dist --overrides-file config/release.json --rev-version",
"create:dev": "tfx extension create --output-path dist --overrides-file config/dev.json --rev-version",
"test": "npm t --prefix=tests"
},
"keywords": [
"azure",
"devops",
"pipelines",
"politics"
],
"author": "David Polania",
"license": "ISC",
"devDependencies": {
"tfx-cli": "^0.7.1",
"edit-json-file": "^1.1.0",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"compare-versions": "^3.4.0",
"assert": "^1.4.1",
"rimraf": "^2.6.2"
}
}