mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 01:39:54 +03:00
20 lines
639 B
JSON
20 lines
639 B
JSON
{
|
|
"name": "mock-api",
|
|
"version": "3.7.2",
|
|
"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.2",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"formidable": "^3.5.4",
|
|
"itty-router": "^5.0.18",
|
|
"prettier": "^3.6.2"
|
|
},
|
|
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
|
|
}
|