mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-04-17 22:42:16 +08:00
40 lines
972 B
JSON
40 lines
972 B
JSON
{
|
|
"name": "k8s-set-context-action",
|
|
"version": "4.0.2",
|
|
"private": true,
|
|
"main": "lib/index.cjs",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && node ./scripts/build.mjs",
|
|
"test": "vitest run",
|
|
"test-coverage": "vitest run --coverage",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check .",
|
|
"prepare": "husky"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^2.0.2",
|
|
"@actions/exec": "^2.0.0",
|
|
"@actions/io": "^2.0.0",
|
|
"@kubernetes/client-node": "^1.4.0",
|
|
"husky": "^9.1.7",
|
|
"js-yaml": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^25.0.9",
|
|
"@vitest/coverage-v8": "^2.0.4",
|
|
"esbuild": "^0.24.0",
|
|
"prettier": "^3.8.0",
|
|
"typescript": "^5.9.3",
|
|
"vitest": "^2.0.4"
|
|
}
|
|
}
|