29 строки
921 B
JSON
29 строки
921 B
JSON
{
|
|
"name": "@microsoft/security-devops-actions-toolkit",
|
|
"version": "1.10.0",
|
|
"description": "Microsoft Security DevOps for GitHub Actions toolkit.",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"repository": "https://github.com/microsoft/security-devops-actions-toolkit.git",
|
|
"homepage": "https://github.com/microsoft/security-devops-actions-toolkit",
|
|
"scripts": {
|
|
"build": "npx gulp"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.10.0",
|
|
"@actions/exec": "1.1.1",
|
|
"adm-zip": "0.5.10",
|
|
"decompress-response": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.1",
|
|
"del": "^7.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-shell": "^0.8.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"main": "msdo-client.js"
|
|
}
|