-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
46 lines (46 loc) · 942 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
44
45
46
{
"name": "gpix",
"version": "1.1.8",
"description": "Library written in nodejs to generate PIX br-code and qr-code.",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "tsc && mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiagodotme/gpix.git"
},
"keywords": [
"pix",
"brcode",
"br-code",
"qrcode",
"qr-code",
"pagamentos",
"brasil",
"gerador",
"gerar",
"bacen",
"node",
"nodejs",
"sdk",
"easy",
"programmer"
],
"author": "Hiago Silva Souza <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiagodotme/gpix/issues"
},
"homepage": "https://github.com/hiagodotme/gpix#readme",
"devDependencies": {
"@types/qrcode": "^1.3.5",
"typescript": "^4.6.2"
},
"dependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.4",
"qrcode": "^1.4.4"
}
}