{ "name": "gh-action-kubernetes-set-image", "version": "1.0.0", "description": "", "main": "lib/index.js", "scripts": { "build": "tsc && ncc build --source-map", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@actions/core": "^1.2.4", "@actions/exec": "^1.0.4" }, "devDependencies": { "@types/jest": "^26.0.10", "@types/node": "^14.6.0", "@vercel/ncc": "^0.24.0", "jest": "^26.4.2", "ts-jest": "^26.3.0", "typescript": "^4.0.2" }, "jest": { "transform": { ".(ts|tsx)": "ts-jest" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ] } }