mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-03 04:46:19 -05:00
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"name": "@better-auth/stripe",
|
|
"author": "Bereket Engida",
|
|
"version": "1.2.7",
|
|
"main": "dist/index.cjs",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"stripe",
|
|
"auth",
|
|
"stripe"
|
|
],
|
|
"module": "dist/index.mjs",
|
|
"description": "Stripe plugin for Better Auth",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"build": "unbuild",
|
|
"dev": "unbuild --watch"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./client": {
|
|
"types": "./dist/client.d.ts",
|
|
"import": "./dist/client.mjs",
|
|
"require": "./dist/client.cjs"
|
|
}
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/index.d.ts"
|
|
],
|
|
"client": [
|
|
"./dist/client.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"better-auth": "workspace:^",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.12",
|
|
"better-sqlite3": "^11.6.0",
|
|
"vitest": "^1.6.0",
|
|
"stripe": "^17.7.0",
|
|
"better-call": "catalog:"
|
|
}
|
|
} |