mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-05-17 10:15:23 +00:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6. - [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) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "setup-kustomize",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Github action to setup-kustomize",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"lint": "eslint src/**/*.ts",
|
|
"package": "ncc build --source-map",
|
|
"test": "jest -i",
|
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/actions/typescript-action.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "Imran Ismail",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.2.6",
|
|
"@actions/io": "^1.0.2",
|
|
"@actions/tool-cache": "^1.3.3",
|
|
"@octokit/rest": "^18.0.6",
|
|
"semver": "^7.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.5",
|
|
"@types/node": "^14.0.23",
|
|
"@types/semver": "^7.3.4",
|
|
"@typescript-eslint/parser": "^2.8.0",
|
|
"@zeit/ncc": "^0.20.5",
|
|
"eslint": "^7.5.0",
|
|
"eslint-plugin-github": "^4.0.1",
|
|
"eslint-plugin-jest": "^23.18.0",
|
|
"jest": "^24.9.0",
|
|
"jest-circus": "^26.1.0",
|
|
"js-yaml": "^3.13.1",
|
|
"prettier": "^2.0.5",
|
|
"ts-jest": "^24.2.0",
|
|
"typescript": "^3.9.4"
|
|
}
|
|
}
|