UNPKG

@tsed/stripe

Version:
85 lines 2.12 kB
{ "name": "@tsed/stripe", "description": "Stripe package for Ts.ED framework", "type": "module", "version": "8.7.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.7.4", "@tsed/barrels": "8.7.4", "@tsed/core": "8.7.4", "@tsed/di": "8.7.4", "@tsed/exceptions": "8.7.4", "@tsed/platform-middlewares": "8.7.4", "@tsed/platform-params": "8.7.4", "@tsed/schema": "8.7.4", "@tsed/typescript": "8.7.4", "eslint": "9.12.0", "stripe": "^17.7.0", "typescript": "5.4.5", "vitest": "3.0.9" }, "peerDependencies": { "@tsed/exceptions": ">=8.7.4", "@tsed/platform-middlewares": ">=8.7.4", "@tsed/platform-params": ">=8.7.4", "@tsed/schema": ">=8.7.4", "@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" }