modify stripe client
This commit is contained in:
61
package.json
Normal file
61
package.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "@better-auth-bowong/stripe",
|
||||
"author": "Bereket Engida",
|
||||
"version": "1.4.1",
|
||||
"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",
|
||||
"typecheck": "tsc --project tsconfig.json"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"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": {
|
||||
"defu": "^6.1.4",
|
||||
"zod": "^4.1.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@better-auth/core": "^1.4.0-beta.9",
|
||||
"better-auth": "^1.4.0-beta.9",
|
||||
"stripe": "^19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@better-auth/core": "^1.4.0-beta.9",
|
||||
"better-auth": "^1.4.0-beta.9",
|
||||
"better-call": "^1.0.19",
|
||||
"stripe": "^19.1.0",
|
||||
"unbuild": "^3.6.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user