{
  "name": "@github/failbot",
  "version": "0.9.1",
  "description": "A Failbot client for JavaScript",
  "main": "dist/index.js",
  "repository": "git://github.com/github/failbot-js.git",
  "author": "GitHub",
  "license": "MIT",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "jest",
    "check": "run-p -l --continue-on-error --aggregate-output check:*",
    "check:build": "tsc --noEmit",
    "check:format": "prettier . --check",
    "check:lint": "eslint .",
    "build": "tsc"
  },
  "prettier": "@github/prettier-config",
  "engines": {
    "node": ">= 22.x",
    "npm": ">= 10.x"
  },
  "devDependencies": {
    "@github/prettier-config": "^0.0.4",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.18.6",
    "eslint": "^8.57.1",
    "eslint-plugin-github": "^5.1.8",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^29.2.5",
    "typescript": "^5.9.2"
  }
}
