mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-07-29 18:12:49 +00:00
20 lines
639 B
JSON
20 lines
639 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.9.6"
|
|
},
|
|
"packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72"
|
|
}
|