-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathpackage.json
37 lines (37 loc) · 862 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": "geradorpix",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "npx uvu tests",
"start": "node index.js",
"postinstall": "npx uvu tests && cd website && npm install && node_modules/.bin/webpack --mode production"
},
"engines": {
"node": "^16.14.2",
"npm": "^8.5.0"
},
"author": "",
"type": "module",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"helmet": "^4.6.0",
"node-html-parser": "^2.2.1",
"pino": "^7.10.0",
"pino-http": "^6.6.0",
"qrcode": "^1.4.4",
"steplix-emv-qrcps": "0.0.8",
"string-strip-html": "^9.1.7",
"terser": ">=5.14.2"
},
"keywords": [],
"description": "",
"devDependencies": {
"terser": ">=5.14.2",
"uvu": "^0.5.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
}
}