Files
setup-kustomize/package.json
dependabot[bot] 18af3b305d Bump eslint from 7.26.0 to 7.32.0 (#241)
Bumps [eslint](https://github.com/eslint/eslint) from 7.26.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.26.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17 16:57:11 +08:00

52 lines
1.3 KiB
JSON

{
"name": "setup-kustomize",
"version": "1.6.1",
"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 --license licenses.txt",
"test": "jest",
"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/github": "^4.0.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.3.3",
"@octokit/plugin-throttling": "^3.4.1",
"semver": "^7.3.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "~17.0",
"@types/semver": "^7.3.9",
"@typescript-eslint/parser": "^4.8.1",
"@vercel/ncc": "^0.33.3",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"js-yaml": "^4.1.0",
"prettier": "2.5.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
}
}