mirror of
https://github.com/Azure/setup-helm.git
synced 2025-07-15 10:10:42 +00:00
* Adding graphql query to fetch latest helm release of specified type * Updating typescript version and js file * Fixing PR comments in release * Adding feature flag as environment variable in release * Changing feature flag name * Updating files as per latest changes in master after resolving merge conflicts * Removing non prod modules
26 lines
631 B
JSON
26 lines
631 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": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.0.10",
|
|
"typescript": "^3.9.9"
|
|
}
|
|
}
|