-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.26 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@alexasomba/better-auth-paystack",
"version": "3.0.0",
"description": "Production-ready Paystack billing plugin for Better Auth. Supports subscriptions, one-time payments, organization billing, secure webhooks and more",
"keywords": [
"africa",
"auth",
"better-auth",
"billing-system",
"checkout",
"cote-divoire",
"egp",
"egypt",
"fintech",
"ghana",
"ghs",
"ivory-coast",
"kenya",
"kes",
"ngn",
"nigeria",
"paystack",
"rwanda",
"saas",
"south-africa",
"subscriptions",
"tanstack-intent",
"usd",
"zar"
],
"homepage": "https://github.com/alexasomba/better-auth-paystack#readme",
"bugs": {
"url": "https://github.com/alexasomba/better-auth-paystack/issues"
},
"license": "MIT",
"author": "alexasomba",
"repository": {
"type": "git",
"url": "git+https://github.com/alexasomba/better-auth-paystack.git"
},
"funding": [
{
"type": "individual",
"url": "https://solscan.io/account/Gepby394bBBn4AEKkSwAPVnjgBULvYTiXBpbZe9CQqSp"
}
],
"files": [
"dist",
"skills"
],
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.mts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
},
"./client": {
"types": "./dist/client.d.mts",
"import": "./dist/client.mjs",
"default": "./dist/client.mjs"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "vp pack",
"dev": "vp pack --watch",
"test": "vp test run",
"test:integration": "RUN_INTEGRATION_TESTS=1 vp test run",
"coverage": "vp test run --coverage",
"lint": "vp lint src",
"lint:package": "publint run --strict",
"lint:types": "node scripts/lint-types-packed.mjs",
"typecheck": "tsc -p tsconfig.json --noEmit",
"skills:install": "skills-npm --cwd examples/tanstack --yes --force",
"skills:dry-run": "skills-npm --cwd examples/tanstack --dry-run --yes --agents universal --force"
},
"dependencies": {
"@alexasomba/paystack-node": "catalog:",
"better-call": "catalog:",
"defu": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@arethetypeswrong/cli": "catalog:",
"@better-fetch/fetch": "catalog:",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@eslint/compat": "catalog:",
"@eslint/js": "catalog:",
"@tanstack/intent": "catalog:",
"@types/node": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript-eslint/parser": "catalog:",
"@vitest/coverage-v8": "catalog:",
"better-auth": "catalog:",
"eslint-plugin-import-x": "catalog:",
"eslint-plugin-promise": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-unicorn": "catalog:",
"publint": "catalog:",
"skills-npm": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"vite-plus": "catalog:",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.24"
},
"peerDependencies": {
"better-auth": "catalog:"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "catalog:"
},
"engines": {
"node": ">=22.0.0"
},
"packageManager": "pnpm@11.5.0"
}