{
  "name": "@expo/steps",
  "version": "18.6.0",
  "bugs": "https://github.com/expo/eas-cli/issues",
  "license": "BUSL-1.1",
  "author": "Expo <support@expo.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/eas-cli.git",
    "directory": "packages/steps"
  },
  "files": [
    "bin",
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "yarn watch",
    "build": "tsc --project tsconfig.build.json",
    "typecheck": "tsc",
    "prepack": "rimraf dist \"*.tsbuildinfo\" && tsc --project tsconfig.build.json",
    "watch": "tsc --watch --preserveWatchOutput",
    "test": "jest --config jest.config.ts",
    "test:coverage": "jest --config jest.config.ts --coverage",
    "test:watch": "yarn test --watch",
    "clean": "rimraf node_modules dist coverage \"*.tsbuildinfo\""
  },
  "dependencies": {
    "@expo/eas-build-job": "18.6.0",
    "@expo/logger": "18.5.0",
    "@expo/spawn-async": "^1.7.2",
    "arg": "^5.0.2",
    "fs-extra": "^11.2.0",
    "joi": "^17.13.1",
    "jsep": "^1.3.8",
    "lodash.clonedeep": "^4.5.0",
    "lodash.get": "^4.4.2",
    "uuid": "^9.0.1",
    "yaml": "^2.4.3"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.12",
    "@types/lodash.clonedeep": "^4.5.9",
    "@types/lodash.get": "^4.4.9",
    "@types/node": "20.14.2",
    "eslint-plugin-async-protect": "^3.1.0",
    "jest": "^29.7.0",
    "rimraf": "3.0.2",
    "ts-jest": "^29.1.4",
    "ts-mockito": "^2.6.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "engines": {
    "node": ">=18"
  },
  "gitHead": "0fb6dfc334f0e496d701ff2afad0d15da9a83478"
}
