app-store-vsts-extension/package.json

37 строки
1014 B
JSON
Исходник Обычный вид История

{
2016-02-29 22:38:44 +03:00
"name": "app-store-vsts-extension",
2024-01-04 16:08:56 +03:00
"version": "1.233.0",
"description": "A set of TFS/Azure Pipelines tasks for publishing apps to the Apple App Store.",
"main": "make.js",
2016-11-23 00:12:33 +03:00
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/app-store-vsts-extension"
},
"author": "Microsoft Corporation",
"license": "MIT",
2016-11-23 00:12:33 +03:00
"bugs": {
"url": "https://github.com/Microsoft/app-store-vsts-extension/issues"
},
2016-11-23 00:12:33 +03:00
"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",
2016-11-23 00:12:33 +03:00
"node-uuid": "1.4.6",
"nodejs-file-downloader": "^4.11.1",
2016-11-23 00:12:33 +03:00
"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 "
}
}