Ertser Commit der test-Version
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "sensorapi",
|
||||
"version": "1.4.1",
|
||||
"date": "2023-11-29 16:00 UTC",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www.js >>/var/log/sensorapi.log 2>&1",
|
||||
"test": "mocha ./test/test.js"
|
||||
},
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"www": "./bin/www.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@influxdata/influxdb-client": "^1.35.0",
|
||||
"@influxdata/influxdb-client-apis": "^1.35.0",
|
||||
"axios": "^1.12.2",
|
||||
"cookie-parser": "~1.4.7",
|
||||
"cors": "^2.8.5",
|
||||
"debug": "~4.4.3",
|
||||
"express": "^5.1.0",
|
||||
"http-errors": "~2.0.0",
|
||||
"i18next": "^25.5.2",
|
||||
"i18next-http-middleware": "^3.8.0",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
"luxon": "^3.7.2",
|
||||
"mongodb": "^6.19.0",
|
||||
"morgan": "~1.10.1",
|
||||
"pug": "^3.0.3",
|
||||
"ws": "^8.18.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^11.7.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user