package update

This commit is contained in:
proddy
2026-08-01 17:03:31 +02:00
parent e9a422bd27
commit 34db81ab4b
5 changed files with 233 additions and 246 deletions
+5 -2
View File
@@ -4,15 +4,18 @@
"description": "mock api for EMS-ESP",
"author": "proddy, emsesp.org",
"license": "MIT",
"type": "module",
"scripts": {
"mock-rest": "bun --watch restServer.ts",
"format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'"
},
"dependencies": {
"@msgpack/msgpack": "^3.1.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"formidable": "^3.5.4",
"itty-router": "^5.0.24",
"itty-router": "^5.0.24"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"prettier": "^3.9.6"
},
"packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c"