-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 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
{
"name": "@makozi/paystack-react-pay",
"version": "1.0.5",
"description": "React library to integrate Paystack payment gateway (hook, button, consumer) using @paystack/inline-js.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@paystack/inline-js": "^2.0.1",
"@types/paystack__inline-js": "^1.0.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"rollup": "^4.46.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.8.3"
},
"bugs": {
"url": "https://github.com/makozi/paystack-react-pay/issues"
},
"homepage": "https://github.com/makozi/paystack-react-pay",
"repository": {
"type": "git",
"url": "https://github.com/makozi/paystack-react-pay.git"
},
"keywords": [
"paystack",
"react",
"payment",
"hooks",
"button",
"consumer"
],
"author": "Makozi Marizu-Ibewiro",
"license": "MIT"
}