Files
kubectl-action/package.json

23 lines
564 B
JSON
Raw Normal View History

2023-01-25 00:28:53 -05:00
{
"name": "kubectl-action",
2023-02-15 14:56:50 -05:00
"version": "1.1.3",
2023-01-25 00:28:53 -05:00
"scripts": {
"dev": "ncc -smw --license licenses.txt build src/main.ts",
"build": "ncc -sm --license licenses.txt build src/main.ts",
2023-01-25 11:08:25 -05:00
"push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s'"
2023-01-25 00:28:53 -05:00
},
"dependencies": {
"@actions/core": "^1.10.0",
2023-02-15 14:40:09 -05:00
"@actions/tool-cache": "^2.0.1",
2023-01-25 00:28:53 -05:00
"undici": "^5.16.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.32.0",
"eslint-config-tale": "^1.0.15",
"np": "^7.6.3",
"typescript": "^4.9.4"
}
}