Files
upn-qr/src/package.json
2021-11-16 22:36:33 +01:00

19 lines
377 B
JSON

{
"name": "upn-qr",
"version": "1.0.0",
"main": "index.js",
"repository": "https://gitplac.si/aljaxus/upn-qr",
"author": "Aljaž S. <me@aljaxus.eu>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"qrcode": "^1.4.4"
}
}