{
  "name": "@expo/eas-json",
  "version": "18.6.0",
  "description": "A library for interacting with eas.json",
  "homepage": "https://github.com/expo/eas-cli",
  "bugs": "https://github.com/expo/eas-cli/issues",
  "license": "MIT",
  "author": "Expo <support@expo.dev>",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/eas-cli.git",
    "directory": "packages/eas-json"
  },
  "files": [
    "/build"
  ],
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build-allow-unused": "tsc --project tsconfig.allowUnused.json",
    "watch": "yarn build --watch --preserveWatchOutput",
    "watch-allow-unused": "yarn build-allow-unused --watch --preserveWatchOutput",
    "typecheck": "tsc",
    "prepack": "yarn rebuild",
    "rebuild": "rimraf build \"*.tsbuildinfo\" && yarn build",
    "test": "jest",
    "clean": "rimraf build node_modules yarn-error.log \"*.tsbuildinfo\""
  },
  "dependencies": {
    "@babel/code-frame": "7.23.5",
    "@expo/eas-build-job": "18.6.0",
    "chalk": "4.1.2",
    "env-string": "1.0.1",
    "fs-extra": "11.2.0",
    "golden-fleece": "1.0.9",
    "joi": "17.11.0",
    "log-symbols": "4.1.0",
    "semver": "7.5.2",
    "terminal-link": "2.1.1",
    "tslib": "2.4.1"
  },
  "devDependencies": {
    "@tsconfig/node20": "20.1.8",
    "@types/babel__code-frame": "7.0.3",
    "@types/fs-extra": "11.0.4",
    "jest": "29.7.0",
    "memfs": "3.4.13",
    "rimraf": "3.0.2",
    "typescript": "5.5.4"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "gitHead": "0fb6dfc334f0e496d701ff2afad0d15da9a83478"
}
