forked from bhar4t/upiqr
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 993 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": "upiqrcode",
"version": "1.0.3",
"description": "Npci complient qrcodes generator for using with node js (with type defination)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pratyay360/upiqrcode.git"
},
"bugs": {
"url": "https://github.com/Pratyay360/upiqrcode/issues"
},
"funding": {
"type": "upi",
"url": "https://pratyayupi.vercel.app/"
},
"homepage": "https://github.com/Pratyay360/upiqrcode#readme",
"keywords": [
"upi",
"qrcode",
"nodejs",
"npci",
"upiqrcode",
"upi qrcode",
"upi qr code"
],
"author": "Pratyay Mitra Mustafi <pratyaymustafi@outlook.com> (https://pratyay.vercel.app/)",
"license": "GPLV3",
"devDependencies": {
"typescript": "^5.2.2"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@types/qrcode": "^1.5.1"
}
}