mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
Install express as dependency
This commit is contained in:
15
src/package.json
Normal file
15
src/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user