Fix not installing required dependencies to execute npm run build

This commit is contained in:
Adrian Jagielak
2025-07-21 22:36:51 +02:00
parent 1c43d8a3ec
commit 74c77738ff
4 changed files with 9 additions and 227 deletions

View File

@@ -10,7 +10,9 @@
},
"dependencies": {
"mqtt": "^5.13.3",
"uuid": "^11.1.0"
"uuid": "^11.1.0",
"rimraf": "^6.0.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
@@ -19,9 +21,6 @@
"@typescript-eslint/parser": "^8.38.0",
"eslint": "^9.31.0",
"globals": "^16.3.0",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0"
},
"license": "MIT"