Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
866 B
JSON
34 lines
866 B
JSON
{
|
|
"name": "setuphelm",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Setup helm",
|
|
"author": "Anumita Shenoy",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/exec": "^1.0.0",
|
|
"@actions/io": "^1.0.0",
|
|
"@actions/tool-cache": "1.1.2",
|
|
"@octokit/auth-action": "^2.0.0",
|
|
"@octokit/graphql": "^4.6.1",
|
|
"semver": "^6.1.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "ncc build src/run.ts -o lib",
|
|
"test": "jest",
|
|
"test-coverage": "jest --coverage",
|
|
"format": "prettier --write .",
|
|
"format-check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.0",
|
|
"@types/node": "^12.0.10",
|
|
"@vercel/ncc": "^0.34.0",
|
|
"jest": "^26.0.1",
|
|
"ts-jest": "^26.0.0",
|
|
"typescript": "^3.5.2"
|
|
}
|
|
}
|