Files
kubectl-action/package.json
2023-01-25 00:45:20 -05:00

23 lines
620 B
JSON

{
"name": "kubectl-action",
"version": "1.0.7",
"scripts": {
"dev": "ncc -smw --license licenses.txt build src/main.ts",
"build": "ncc -sm --license licenses.txt build src/main.ts",
"push": "np --no-cleanup --no-publish --no-tests --message 'chore: v%s' && git tag --force v1 && git push -f --tags",
"version": "pnpm run build && git add dist"
},
"dependencies": {
"@actions/core": "^1.10.0",
"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"
}
}