Files
chart-releaser-action/package.json
T
2019-11-22 16:00:54 +01:00

23 lines
468 B
JSON

{
"name": "chart-testing",
"version": "0.0.0",
"description": "kind GitHub action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"author": "The Helm Authors",
"license": "Apache",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/tool-cache": "^1.1.2",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1"
},
"devDependencies": {
"@types/node": "^12.12.8",
"typescript": "^3.7.2"
}
}