{
  "name": "@expo/downloader",
  "version": "21.0.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/downloader"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "start": "yarn watch",
    "watch": "tsc --watch --preserveWatchOutput",
    "build": "tsc",
    "typecheck": "tsc",
    "prepack": "rimraf dist \"*.tsbuildinfo\" && tsc -p tsconfig.build.json",
    "test": "jest --config jest.config.ts",
    "test:watch": "jest --config jest.config.ts --watch",
    "clean": "rimraf node_modules dist coverage \"*.tsbuildinfo\""
  },
  "dependencies": {
    "fs-extra": "^11.2.0",
    "got": "11.8.5"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^29.5.12",
    "@types/node": "20.14.2",
    "jest": "^29.7.0",
    "rimraf": "3.0.2",
    "ts-jest": "^29.1.4",
    "typescript": "^5.5.4"
  },
  "gitHead": "c72cee372f2d45a252acb014493311de85776497"
}
