Files
EMS-ESP32/mock-api/package.json

16 lines
318 B
JSON

{
"name": "mock-api",
"version": "3.7.0",
"description": "mock api for EMS-ESP",
"author": "proddy",
"license": "MIT",
"scripts": {
"mock-rest": "bun --watch rest_server.ts"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"itty-router": "^5.0.17"
},
"packageManager": "yarn@4.4.0"
}