WIP WIP WIP ** first git - markers work as expected

This commit is contained in:
rxf
2023-03-14 17:34:48 +01:00
commit b270370105
29 changed files with 2399 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "laerm-web-sensorapi",
"version": "3.0.0",
"date": "2023-03-14 16:30 UTC",
"private": true,
"scripts": {
"start": "node bin/www.js >>log/laerm_web.log 2>&1"
},
"type": "module",
"bin": {
"www": "./bin/www.js"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11",
"sass": "^1.58.3"
}
}