19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "laufschrift",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"dependencies": {
|
|
"cookie-parser": "^1.4.7",
|
|
"debug": "^4.4.3",
|
|
"express": "^4.22.1",
|
|
"http-errors": "^2.0.1",
|
|
"moment": "^2.30.1",
|
|
"morgan": "^1.10.1",
|
|
"mqtt": "^5.15.0",
|
|
"pug": "^3.0.3"
|
|
}
|
|
}
|