36 lines
820 B
JSON
36 lines
820 B
JSON
{
|
|
"name": "sensorapi",
|
|
"version": "1.3.0",
|
|
"date": "2023-05-09",
|
|
"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.24.0",
|
|
"@influxdata/influxdb-client-apis": "^1.24.0",
|
|
"axios": "^0.26.1",
|
|
"cookie-parser": "~1.4.4",
|
|
"cors": "^2.8.5",
|
|
"debug": "~2.6.9",
|
|
"express": "^4.18.2",
|
|
"http-errors": "~1.6.3",
|
|
"i18next": "^22.4.15",
|
|
"i18next-http-middleware": "^3.3.0",
|
|
"i18next-node-fs-backend": "^2.1.3",
|
|
"luxon": "^2.3.1",
|
|
"mongodb": "^4.4.1",
|
|
"morgan": "~1.9.1",
|
|
"pug": "^3.0.2",
|
|
"ws": "^8.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^9.2.2"
|
|
}
|
|
}
|