* Adding graphql to find out latest helm version of specified type * Updating package-loc.json * Updating js file * Fixing PR comments * Adding feature flag as environment variable * Changing feature flag name * Updating package-loc.json
30 lines
727 B
JSON
30 lines
727 B
JSON
{
|
|
"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"
|
|
},
|
|
"main": "lib/run.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"test-coverage": "jest --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.10",
|
|
"typescript": "^3.5.2",
|
|
"jest": "^26.0.1",
|
|
"@types/jest": "^25.2.2",
|
|
"ts-jest": "^25.5.1"
|
|
}
|
|
}
|