{ "name": "hooks", "version": "1.0.0", "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": "echo \"Error: no test specified\" && exit 1", "bootstrap": "npm install --prefix src/hooklib && npm install --prefix src/k8s && npm install --prefix src/docker", "format": "prettier --write '**/*.ts'", "format-check": "prettier --check '**/*.ts'", "lint": "eslint src/**/*.ts", "build-all": "npm run build --prefix src/hooklib && npm run build --prefix src/k8s && npm run build --prefix src/docker" }, "repository": { "type": "git", "url": "git+https://github.com/actions/runner.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/actions/runner/issues" }, "homepage": "https://github.com/actions/runner#readme", "dependencies": { }, "devDependencies": { "@types/node": "^17.0.23", "@typescript-eslint/parser": "^5.18.0", "eslint": "^8.12.0", "eslint-plugin-github": "^4.3.6", "prettier": "^2.6.2", "typescript": "^4.6.3" } }