{ "name": "kubehooks", "version": "0.1.0", "description": "", "main": "lib/index.js", "scripts": { "test": "jest --runInBand", "build": "tsc && npx ncc build", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" }, "author": "", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@actions/io": "^1.1.3", "@kubernetes/client-node": "^1.1.2", "hooklib": "file:../hooklib", "js-yaml": "^4.1.0", "shlex": "^2.1.2", "uuid": "^11.1.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "@vercel/ncc": "^0.38.3", "jest": "^29.7.0", "ts-jest": "^29.3.2", "typescript": "^5.8.3" } }