Files
setup-helm/package.json
Deepak Sattiraju d55017e2a0 Action core (#19)
* Merge pull request #17 from Azure/dependabot/npm_and_yarn/actions/core-1.2.6

Bump @actions/core from 1.0.0 to 1.2.6

* updating actions core node module
2020-10-06 13:30:39 +05:30

25 lines
593 B
JSON

{
"name": "setuphelm",
"version": "0.0.0",
"private": true,
"description": "Setup helm",
"author": "Anumita Shenoy",
"license": "MIT",
"dependencies": {
"@actions/tool-cache": "1.1.2",
"@actions/io": "^1.0.0",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"semver": "^6.1.0"
},
"main": "lib/run.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/node": "^12.0.10",
"typescript": "^3.5.2"
}
}