{
  "name": "@expo/apple-utils",
  "version": "2.1.21",
  "main": "build",
  "license": "MIT",
  "scripts": {
    "prepare": "bun run clean && bun run --filter '@expo/app-store' prepare && bun run typegen && bun run build:prod && bun run append-types",
    "lint": "eslint . --ext .ts",
    "watch": "bun run build -w",
    "test": "jest",
    "build": "ncc build ./src/index.ts -o build/",
    "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",
    "clean": "rimraf ./build/",
    "typegen": "tsc --declaration --emitDeclarationOnly --project ../app-store/ --outFile ./ts-declarations/expo__app-store/app-store.d.ts",
    "append-types": "ts-node ./scripts/prepare.ts"
  },
  "bin": {
    "apple-utils": "./bin.js"
  },
  "keywords": [],
  "files": [
    "ts-declarations",
    "!*.tsbuildinfo",
    "!*.DS_Store",
    "bin.js",
    "build"
  ],
  "devDependencies": {
    "@types/prompts": "^2.0.6",
    "@types/terser": "^3.12.0",
    "@vercel/ncc": "^0.36.1",
    "commander": "^6.1.0",
    "rimraf": "^3.0.2",
    "terser": "^5.16.5",
    "ts-node": "^9.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
