{
  "name": "@leochens/credit-sdk",
  "version": "1.0.1",
  "description": "A universal SaaS credits management SDK for flexible billing and subscription systems",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "dev": "tsc --watch",
    "test": "vitest --run",
    "test:watch": "vitest",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm test",
    "docs:serve": "docsify serve docs --port 3002",
    "docs:deploy": "gh-pages -d docs"
  },
  "keywords": [
    "credits",
    "saas",
    "billing",
    "sdk",
    "subscription",
    "payment",
    "membership",
    "tier-management"
  ],
  "author": "",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leochens/credit-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/leochens/credit-sdk/issues"
  },
  "homepage": "https://github.com/leochens/credit-sdk#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@prisma/client": "^7.3.0",
    "@types/node": "^20.0.0",
    "docsify-cli": "^4.4.4",
    "fast-check": "^3.0.0",
    "gh-pages": "^6.1.1",
    "prisma": "^7.3.0",
    "typescript": "^5.0.0",
    "vitest": "^1.0.0"
  },
  "peerDependencies": {
    "@prisma/client": "^7.0.0"
  },
  "peerDependenciesMeta": {
    "@prisma/client": {
      "optional": true
    }
  }
}
