mqtt-ingest draft
This commit is contained in:
18
app/package.json
Normal file
18
app/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user