first
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "sensorapi",
|
||||
"version": "1.0.3",
|
||||
"date": "0222-06-06",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www.js",
|
||||
"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.16.1",
|
||||
"http-errors": "~1.6.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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user