mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
19 lines
377 B
JSON
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"
|
|
}
|
|
}
|