{
  "name": "@onesub/shared",
  "version": "0.16.0",
  "description": "Shared types and constants for onesub — server-side receipt validation for react-native-iap",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch"
  },
  "keywords": [
    "onesub",
    "iap",
    "subscription",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jeonghwanko/onesub.git",
    "directory": "packages/shared"
  },
  "homepage": "https://github.com/jeonghwanko/onesub",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "devDependencies": {
    "typescript": "^5.7.0"
  }
}
