{
  "name": "@expo/eas-json",
  "description": "A library for interacting with eas.json",
  "version": "16.13.2",
  "author": "Expo <support@expo.dev>",
  "bugs": "https://github.com/expo/eas-cli/issues",
  "dependencies": {
    "@babel/code-frame": "7.23.5",
    "@expo/eas-build-job": "1.0.173",
    "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/node18": "18.2.4",
    "@types/babel__code-frame": "7.0.3",
    "@types/fs-extra": "11.0.4",
    "memfs": "3.4.13",
    "rimraf": "3.0.2",
    "typescript": "5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "homepage": "https://github.com/expo/eas-cli",
  "license": "MIT",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": "expo/eas-cli",
  "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 && yarn build",
    "test": "jest",
    "clean": "rimraf build node_modules yarn-error.log"
  },
  "files": [
    "/build"
  ],
  "publishConfig": {
    "access": "public"
  },
  "volta": {
    "node": "20.11.0",
    "yarn": "1.22.21"
  },
  "gitHead": "f1f189b3f43c25ba11f186426c11d2f4685d8d8c"
}
