{ "name": "hooks", "version": "0.6.2", "description": "Three projects are included - k8s: a kubernetes hook implementation that spins up pods dynamically to run a job - docker: A hook implementation of the runner's docker implementation - A hook lib, which contains shared typescript definitions and utilities that the other packages consume", "main": "", "directories": { "doc": "docs" }, "scripts": { "test": "npm run test --prefix packages/docker && npm run test --prefix packages/k8s", "bootstrap": "npm install --prefix packages/hooklib && npm install --prefix packages/k8s && npm install --prefix packages/docker", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint", "build-all": "npm run build --prefix packages/hooklib && npm run build --prefix packages/k8s && npm run build --prefix packages/docker" }, "repository": { "type": "git", "url": "git+https://github.com/actions/runner-container-hooks.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/actions/runner-container-hooks/issues" }, "homepage": "https://github.com/actions/runner-container-hooks#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "@typescript-eslint/parser": "^8.30.1", "eslint": "^9.24.0", "eslint-plugin-github": "^6.0.0", "prettier": "^3.5.3", "typescript": "^5.8.3" } }