{
  "name": "@expofacto/cli",
  "version": "0.1.82",
  "description": "Self-host Expo EAS iOS builds on Mac hardware you control.",
  "license": "MIT",
  "type": "module",
  "types": "dist/shared/jobTypes.d.ts",
  "keywords": [
    "expo",
    "expo-build",
    "eas",
    "eas-build",
    "react-native",
    "ios",
    "testflight",
    "app-store-connect",
    "self-hosted",
    "macos",
    "ci",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smccamley/facto.git"
  },
  "bugs": {
    "url": "https://github.com/smccamley/facto/issues"
  },
  "homepage": "https://github.com/smccamley/facto#readme",
  "files": [
    "dist",
    "scripts/check-node.cjs",
    "scripts/postinstall.cjs",
    "README.md",
    "docs"
  ],
  "exports": {
    ".": {
      "types": "./dist/shared/jobTypes.d.ts",
      "default": "./dist/shared/jobTypes.js"
    }
  },
  "bin": {
    "expofacto": "dist/cli/main.js",
    "facto": "dist/cli/main.js"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "preinstall": "node scripts/check-node.cjs",
    "prepack": "npm run build",
    "postinstall": "node scripts/postinstall.cjs",
    "dev:controller": "tsx src/controller/server.ts",
    "dev:worker": "tsx src/worker/main.ts",
    "facto": "tsx src/cli/main.ts",
    "setup:github-key": "bash scripts/setup-github-deploy-key.sh",
    "setup:local": "bash scripts/setup-local.sh",
    "test": "npm run build && node --test tests/*.test.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  },
  "dependencies": {
    "express": "^5.1.0",
    "yaml": "^2.8.0"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/node": "^24.0.14",
    "tsx": "^4.20.3",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=24"
  }
}
