mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-16 12:56:30 +03:00
20 lines
638 B
JSON
20 lines
638 B
JSON
{
|
|
"name": "mock-api",
|
|
"version": "3.9.0",
|
|
"description": "mock api for EMS-ESP",
|
|
"author": "proddy, emsesp.org",
|
|
"license": "MIT",
|
|
"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",
|
|
"prettier": "^3.8.4"
|
|
},
|
|
"packageManager": "pnpm@11.7.0+sha512.19cc852c120c7125760f2443ee6be0ca5b40f9f50598de1a09a1f177503e010e57c23c77646e01e761de59bf874fb22a3398c33ab9691fc13eb946b6f0f4d620"
|
|
}
|