{
  "name": "@expo/eas-build-job",
  "version": "20.1.0",
  "bugs": "https://github.com/expo/eas-cli/issues",
  "license": "MIT",
  "author": "Expo <support@expo.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/eas-cli.git",
    "directory": "packages/eas-build-job"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "yarn watch",
    "watch": "tsc --watch --preserveWatchOutput",
    "build": "tsc",
    "typecheck": "tsc",
    "prepack": "rimraf dist \"*.tsbuildinfo\" && tsc -p tsconfig.build.json",
    "test": "jest --config jest.config.ts",
    "test:watch": "jest --config jest.config.ts --watch",
    "clean": "rimraf node_modules dist coverage \"*.tsbuildinfo\""
  },
  "dependencies": {
    "@expo/logger": "20.0.0",
    "@expo/results": "1.0.0",
    "@expo/turtle-spawn": "20.0.0",
    "joi": "^17.13.1",
    "semver": "^7.6.2",
    "zod": "^4.3.5"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "20.14.2",
    "jest": "^29.7.0",
    "rimraf": "3.0.2",
    "ts-jest": "^29.1.4",
    "typescript": "^5.5.4"
  },
  "gitHead": "33225d2b73a34db5cbdfeaa537aedb6c6b4a84af"
}
