зеркало из https://github.com/Azure/cli.git
31 строка
759 B
JSON
31 строка
759 B
JSON
{
|
|
"name": "cli",
|
|
"version": "2.1.0",
|
|
"description": "Automate your GitHub workflows using Azure CLI scripts.",
|
|
"main": "src/main.js",
|
|
"scripts": {
|
|
"build": "ncc build -C -m src/entrypoint.ts",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Azure/CLI.git"
|
|
},
|
|
"author": "Microsoft",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.38.1",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/exec": "^1.0.1",
|
|
"@actions/io": "^1.0.1",
|
|
"@types/node": "^20.11.1"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/CLI/issues"
|
|
},
|
|
"homepage": "https://github.com/Azure/CLI#readme"
|
|
}
|