37 строки
1014 B
JSON
37 строки
1014 B
JSON
{
|
|
"name": "app-store-vsts-extension",
|
|
"version": "1.233.0",
|
|
"description": "A set of TFS/Azure Pipelines tasks for publishing apps to the Apple App Store.",
|
|
"main": "make.js",
|
|
"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/mocha": "^10.0.7",
|
|
"@types/node": "^20.11.0",
|
|
"@types/q": "^1.0.7",
|
|
"adm-zip": "^0.4.13",
|
|
"del": "^3.0.0",
|
|
"minimatch": "^3.1.2",
|
|
"minimist": "^1.2.6",
|
|
"mocha": "^10.7.3",
|
|
"node-uuid": "1.4.6",
|
|
"nodejs-file-downloader": "^4.11.1",
|
|
"q": "1.4.1",
|
|
"semver": "^7.6.3",
|
|
"shelljs": "^0.8.5",
|
|
"tfx-cli": "^0.17.0",
|
|
"tslint": "^5.20.1",
|
|
"typescript": "5.1.6",
|
|
"validator": "13.7.0",
|
|
"yargs": "7.1.2 "
|
|
}
|
|
}
|