{
  "name": "@rieranthony/next-stripe",
  "version": "0.0.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rm -rf dist",
    "build": "pnpm clean && tsc",
    "prepublishOnly": "pnpm build"
  },
  "keywords": [
    "nextjs",
    "stripe",
    "webhooks",
    "typescript",
    "stripe-webhooks"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "license": "MIT",
  "author": "FOMO Studio",
  "devDependencies": {
    "@types/node": "^22.13.10",
    "stripe-event-types": "^3.1.0",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "next": "^15.2.1",
    "stripe": "^17.7.0"
  }
}