Files
setup-helm/package.json

31 lines
787 B
JSON
Raw Normal View History

2019-10-04 12:16:40 +05:30
{
"name": "setuphelm",
"version": "0.0.0",
"private": true,
"description": "Setup helm",
"author": "Anumita Shenoy",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/tool-cache": "1.1.2",
"@octokit/graphql": "^4.6.1",
"semver": "^6.1.0"
2019-10-04 12:16:40 +05:30
},
"main": "lib/index.js",
2019-10-04 12:16:40 +05:30
"scripts": {
"build": "ncc build src/run.ts -o lib",
"test": "jest",
"test-coverage": "jest --coverage"
2019-10-04 12:16:40 +05:30
},
"devDependencies": {
2022-06-27 14:00:33 -04:00
"@types/jest": "^26.0.0",
2019-10-04 12:16:40 +05:30
"@types/node": "^12.0.10",
"@vercel/ncc": "^0.33.1",
"jest": "^26.0.1",
2022-06-27 14:00:33 -04:00
"ts-jest": "^26.0.0",
"typescript": "^3.5.2"
2019-10-04 12:16:40 +05:30
}
2022-06-27 14:00:33 -04:00
}