{
  "name": "turtle-cli",
  "version": "0.28.1",
  "description": "The command-line tool for building standalone Expo apps",
  "preferGlobal": true,
  "scripts": {
    "start": "EXPENV_OVERRIDES=local-common,local,local-queue expenv nodemon | bunyan -o short -l debug --color",
    "start:ios": "PLATFORM=ios yarn start",
    "start:android": "PLATFORM=android yarn start",
    "bin:turtle": "./bin/turtle.js",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "lint:fix": "yarn lint --fix",
    "prepare": "rimraf ./build && yarn build",
    "build": "ttsc",
    "build:production": "./scripts/build.sh",
    "watch": "ttsc --watch",
    "secrets:init-private": "./scripts/initPrivateSecrets.sh",
    "set-workingdir:remote": "./scripts/setWorkingdirMode.sh remote",
    "set-workingdir:local": "./scripts/setWorkingdirMode.sh local",
    "test": "yarn jest",
    "test:integration": "yarn test --config jest/integration-config.json",
    "test:unit": "yarn test --config jest/unit-config.json",
    "test:smoke": "yarn test --config jest/smoke-config.json --forceExit",
    "test:smoke:android": "PLATFORM=android yarn test:smoke --testNamePattern=android",
    "test:smoke:android:record": "PLATFORM=android EXPENV_OVERRIDES=local-common,local,local-queue expenv yarn test:smoke --testNamePattern=android",
    "test:smoke:ios": "PLATFORM=ios yarn test:smoke --testNamePattern=iOS",
    "test:smoke:ios:record": "PLATFORM=ios EXPENV_OVERRIDES=local-common,local,local-queue expenv yarn test:smoke --testNamePattern=iOS",
    "release": "./scripts/release.sh",
    "release:beta": "./scripts/releaseBeta.sh",
    "release:update:turtle-cli-example": "./scripts/updateTurtleCliExampleRepo.sh",
    "docker:build-and-push:android-base-image": "./scripts/android/buildAndPushAndroidBaseImage.sh"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.ts": [
      "yarn lint:fix",
      "git add"
    ]
  },
  "bin": {
    "turtle": "./bin/turtle.js"
  },
  "files": [
    "bin",
    "build",
    "scripts/android/configureAndroidSdk.sh",
    "shellTarballs"
  ],
  "keywords": [
    "expo",
    "react-native"
  ],
  "engines": {
    "node": ">=10"
  },
  "author": "Expo <support@expo.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/turtle/issues"
  },
  "homepage": "https://github.com/expo/turtle#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@expo/babel-preset-cli": "^0.1.3",
    "@types/color-string": "^1.5.0",
    "@types/decompress": "^4.2.3",
    "@types/fs-extra": "^5.0.4",
    "@types/ioredis": "^4.16.6",
    "@types/jest": "^23.3.9",
    "@types/joi": "^13.4.3",
    "@types/lodash": "^4.14.129",
    "@types/node-forge": "^0.10.0",
    "@types/npm-package-arg": "^6.1.0",
    "@types/progress": "^2.0.1",
    "@types/raven": "^2.5.1",
    "@types/request": "^2.47.1",
    "@types/request-promise": "^4.1.44",
    "@types/semver": "^6.0.0",
    "@types/sharp": "0.28.3",
    "@types/tar": "^4.0.0",
    "@types/uuid": "^3.4.3",
    "@types/webpack": "^4.32.1",
    "@types/webpack-dev-server": "^3.1.7",
    "@types/which": "^1.3.1",
    "husky": "^1.3.1",
    "jest": "^26.1.0",
    "lint-staged": "^8.1.5",
    "nock": "^10.0.1",
    "nodemon": "^2.0.2",
    "release-it": "^12.3.4",
    "rimraf": "^2.6.2",
    "ts-jest": "^26.1.2",
    "ts-node": "^8.0.3",
    "ts-transformer-imports": "^0.4.1",
    "tsconfig-paths": "^3.8.0",
    "tslint": "^5.10.0",
    "tslint-eslint-rules": "^5.4.0",
    "ttypescript": "^1.5.6",
    "typescript": "^3.9.5"
  },
  "dependencies": {
    "@expo/config": "~3.3.9",
    "@expo/spawn-async": "^1.4.2",
    "@expo/xdl": "^59.2.1",
    "@google-cloud/logging-bunyan": "^2.0.3",
    "async-retry": "^1.2.1",
    "aws-sdk": "^2.1043.0",
    "bunyan": "^1.8.12",
    "bunyan-debug-stream": "^1.0.8",
    "bunyan-sentry-stream": "^1.2.1",
    "commander": "^2.15.1",
    "copy": "^0.3.1",
    "decompress": "^4.2.0",
    "dogapi": "^2.8.3",
    "fs-extra": "^6.0.0",
    "ioredis": "^4.17.3",
    "is-semver": "^1.0.8",
    "joi": "^13.2.0",
    "lodash": "^4.17.11",
    "progress": "^2.0.0",
    "raven": "^2.6.2",
    "request": "^2.88.0",
    "request-progress": "^3.0.0",
    "request-promise": "^4.2.5",
    "semver": "^6.0.0",
    "sharp": "0.28.3",
    "source-map-support": "^0.5.6",
    "tar": "^4.4.6",
    "uuid": "^3.2.1",
    "which": "^1.3.1"
  },
  "optionalDependencies": {
    "@expo/traveling-fastlane-darwin": "1.11.4"
  },
  "volta": {
    "node": "14.17.3",
    "yarn": "1.22.0"
  }
}
