{
  "name": "@jeremybarbet/apple-api-types",
  "version": "1.4.1",
  "description": "Typescript definitions for Apple API services.",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "git@github.com/jeremybarbet/iap.git",
  "author": "Jérémy Barbet <jeremgraph@gmail.com>",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "iap",
    "payments",
    "typescript",
    "App",
    "Store",
    "API",
    "Apple",
    "services"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc",
    "lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
  },
  "devDependencies": {
    "@types/node": "20.4.2",
    "typescript": "5.1.6"
  },
  "gitHead": "59c0df2e7d7009b4b9596ee01f35d2307223fe24"
}
