-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 827 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
{
"name": "@chonla/fastify-qrcode",
"version": "1.0.3",
"description": "QR Code generator plugin for fastify.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/chonla/fastify-qrcode.git"
},
"scripts": {
"test": "jest --runInBand"
},
"keywords": [
"qrcode",
"fastify",
"plugin",
"chonla"
],
"author": {
"name": "Chonlasith Jucksriporn",
"email": "[email protected]",
"url": "https://github.com/chonla"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/chonla/fastify-qrcode/issues"
},
"homepage": "https://github.com/chonla/fastify-qrcode#readme",
"devDependencies": {
"fastify": "^2.13.0",
"jest": "^25.2.4"
},
"dependencies": {
"fastify-plugin": "^1.6.1",
"qrcode": "^1.4.4"
}
}