-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
43 lines (43 loc) · 1017 Bytes
/
package.json
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
{
"name": "paynowqr",
"version": "1.1.2",
"description": "Singapore Paynow QR generator for node.js and javascript",
"main": "dist/paynowqr.umd.js",
"module": "dist/paynowqr.esm.js",
"unpkg": "dist/paynowqr.min.js",
"files": [
"/dist"
],
"dependencies": {
"dayjs": "^1.8.26"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup": "^2.10.0",
"rollup-plugin-terser": "^5.3.0"
},
"scripts": {
"build": "rollup --config",
"test": "node example",
"release": "np --branch production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThunderQuoteTeam/PaynowQR.git"
},
"author": "ThunderQuote",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThunderQuoteTeam/PaynowQR/issues"
},
"homepage": "https://github.com/ThunderQuoteTeam/PaynowQR#readme",
"keywords": [
"paynow",
"SGQR",
"Singapore",
"sgpay",
"qrcode",
"payments"
]
}