Files
iot/package.json
Dobromir Popov ONE 95ce6e8c87 added devcontainer.
fix build error, deploy using docker-compose works,
misc changes
using global MQTT instead of local one to tap to already existin broker
2023-05-14 21:40:57 +03:00

66 lines
1.6 KiB
JSON

{
"name": "iot-rest-api",
"version": "1.0.0",
"description": " test api for IOT devices",
"main": "dht.js",
"scripts": {
"pm2": "pm2 start ecosystem.config.js --no-daemon",
"dev": "nodemon dht.js",
"startold": "node dht.js",
"start": "node index.js",
"start:debug": "node --inspect=0.0.0.0:9229 index.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"body-parser": "^1.19.0",
"bufferutil": "^4.0.1",
"connect-ensure-login": "^0.1.1",
"cookie-auth": "^2.4.2",
"cookie-parser": "^1.4.5",
"cors": "2.8.5",
"deasync": "^0.1.20",
"ejs": "^3.1.3",
"express": "^4.8.7",
"express-ejs-layouts": "^2.5.0",
"express-namespace": "^0.1.1",
"express-session": "^1.17.1",
"helmet": "3.21.3",
"log4js": "^6.3.0",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"mongoose": "^5.9.19",
"morgan": "^1.10.0",
"mosca": "^2.8.3",
"jsonschema": "1.2.6",
"mqtt": "^4.1.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"node-cron": "^2.0.3",
"node-uuid": "^1.4.8",
"passport": "^0.4.1",
"passport-auth0": "^1.3.3",
"passport-cookie": "^1.0.8",
"passport-local": "^1.0.0",
"plaintextparser": "^1.0.3",
"pm2": "^4.4.1",
"request": "^2.88.2",
"sequelize": "^5.21.13",
"sequelize-cli": "^5.5.1",
"swagger-ui-express": "^2.0.13",
"sync-request": "^4.0.2",
"utf-8-validate": "^5.0.2",
"vash": "^0.13.0",
"winston": "^3.2.1",
"ws": "^7.3.0"
}
}