19 lines
357 B
JSON
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"
|
|
}
|
|
}
|