-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1 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
{
"name": "react-payme-paycode",
"version": "1.0.3",
"description": "A React component for generating PayMe QR codes 🚀",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"payme",
"qrcode",
"typescript",
"react-component",
"payment",
"payment",
"qr-code",
"paycode",
"javascript"
],
"author": "deventw",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/deventw/react-payme-paycode.git"
},
"homepage": "https://github.com/deventw/react-payme-paycode#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"rollup": "^4.41.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.8.3"
}
}