{
  "name": "@tsed/stripe",
  "description": "Stripe package for Ts.ED framework",
  "type": "module",
  "version": "8.28.4",
  "keywords": [
    "Stripe",
    "Ts.ED",
    "tsed",
    "TypeScript",
    "decorators",
    "express",
    "koa"
  ],
  "source": "./src/index.ts",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "build": "yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "dependencies": {
    "tslib": ">=2.7.0"
  },
  "devDependencies": {
    "@tsed/adapters": "8.28.4",
    "@tsed/barrels": "8.28.4",
    "@tsed/core": "8.28.4",
    "@tsed/di": "8.28.4",
    "@tsed/exceptions": "8.28.4",
    "@tsed/platform-middlewares": "8.28.4",
    "@tsed/platform-params": "8.28.4",
    "@tsed/schema": "8.28.4",
    "@tsed/typescript": "8.28.4",
    "eslint": "9.12.0",
    "stripe": "^17.7.0",
    "typescript": "6.0.2",
    "vitest": "4.1.4"
  },
  "peerDependencies": {
    "@tsed/exceptions": ">=8.0.0",
    "@tsed/platform-middlewares": ">=8.0.0",
    "@tsed/platform-params": ">=8.0.0",
    "@tsed/schema": ">=8.0.0",
    "@types/body-parser": "^1.19.0",
    "body-parser": "^1.19.0",
    "stripe": "^17.7.0"
  },
  "peerDependenciesMeta": {
    "@tsed/exceptions": {
      "optional": false
    },
    "@tsed/platform-middlewares": {
      "optional": false
    },
    "@tsed/platform-params": {
      "optional": false
    },
    "@tsed/schema": {
      "optional": false
    },
    "stripe": {
      "optional": false
    }
  },
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/third-parties/stripe",
  "author": "Romain Lenzotti",
  "license": "MIT"
}