-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "vso-android-extension",
"version": "4.244.0",
"description": "Provides build/release tasks that enable performing continuous delivery to the Google Play store from an automated VSTS build or release definition.",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/google-play-vsts-extension"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/google-play-vsts-extension/issues"
},
"homepage": "https://github.com/Microsoft/google-play-vsts-extension",
"dependencies": {
"@types/mocha": "5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^20.14.0",
"@types/sinon": "^4.0.0",
"del": "^2.2.2",
"minimatch": "3.0.5",
"minimist": "^1.2.6",
"mocha": "^10.7.0",
"nodejs-file-downloader": "^4.12.1",
"q": "1.4.1",
"semver": "^7.6.3",
"shelljs": "^0.8.5",
"sinon": "7.3.2",
"tfx-cli": "^0.17.0",
"tslint": "^5.20.1",
"typescript": "5.1.6",
"validator": "^13.7.0",
"yargs": "^17.5.1"
}
}