зеркало из https://github.com/Azure/k8s-deploy.git
39 строки
1.1 KiB
JSON
39 строки
1.1 KiB
JSON
{
|
|
"name": "k8s-deploy-action",
|
|
"version": "5.0.0",
|
|
"author": "Deepak Sattiraju",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"prebuild": "npm i @vercel/ncc",
|
|
"build": "ncc build src/run.ts -o lib",
|
|
"test": "jest",
|
|
"coverage": "jest --coverage=true",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.11.1",
|
|
"@actions/exec": "^1.0.0",
|
|
"@actions/io": "^1.1.3",
|
|
"@actions/tool-cache": "2.0.1",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@babel/preset-typescript": "^7.26.0",
|
|
"@octokit/core": "^6.1.2",
|
|
"@octokit/plugin-retry": "^7.1.2",
|
|
"@types/minipass": "^3.3.5",
|
|
"js-yaml": "4.1.0",
|
|
"minimist": "^1.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/node": "^22.8.7",
|
|
"@vercel/ncc": "^0.38.2",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.3.3",
|
|
"ts-jest": "^29.2.5",
|
|
"typescript": "5.6.3"
|
|
}
|
|
}
|