Files
mqtt-ingest/app/package.json
Nikita Bizyaev e7b44539ae mqtt-ingest draft
2026-06-04 14:40:18 +03:00

19 lines
357 B
JSON

{
"name": "mqtt-worker",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/node": "^25.9.1",
"mqtt": "^5.15.1",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"ws": "^8.21.0"
}
}