{ "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.4", "@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" } }