forked from microsoft/app-store-vsts-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "app-store-vsts-extension",
"version": "1.178.4",
"description": "A set of TFS/Azure Pipelines tasks for publishing apps to the Apple App Store.",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/app-store-vsts-extension"
},
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/app-store-vsts-extension/issues"
},
"homepage": "https://github.com/Microsoft/app-store-vsts-extension",
"devDependencies": {
"@types/node": "^10.17.0",
"@types/q": "^1.0.7",
"@types/mocha": "^5.2.7",
"adm-zip": "^0.4.13",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-util": "3.0.4",
"minimatch": "3.0.4",
"minimist": "^1.1.1",
"mocha": "5.2.0",
"mocha-junit-reporter": "^1.18.0",
"node-uuid": "1.4.6",
"q": "1.4.1",
"semver": "4.3.3",
"shelljs": "^0.3.0",
"sync-request": "4.1.0",
"tfx-cli": "^0.6.4",
"tslint": "^3.15.1",
"typescript": "3.2.2",
"validator": "3.33.0",
"yargs": "^6.4.0"
}
}