{
  "name": "@rage-against-the-pixel/app-store-connect-api",
  "version": "4.4.0",
  "description": "A TypeScript package for communicating with Apple App Store Connect API",
  "author": "RageAgainstThePixel",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RageAgainstThePixel/app-store-connect-api.git"
  },
  "keywords": [
    "apple",
    "app store",
    "connect",
    "api",
    "api client",
    "app store api",
    "app store connect",
    "app store connect api",
    "app-store-connect",
    "app-store-connect-api",
    "typescript"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "watch": "tsc -w",
    "openapi-ts": "openapi-ts",
    "test": "jest",
    "generate": "npx @hey-api/openapi-ts -f ./openapi-ts.config.ts && tsc"
  },
  "devDependencies": {
    "@hey-api/openapi-ts": "^0.97.3",
    "@types/jest": "29.5.14",
    "@types/node": "22.18.8",
    "jest": "29.7.0",
    "ts-jest": "29.4.4",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "jose": "5.10.0"
  }
}
