mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +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.22",
|
|
"prettier": "^3.6.2"
|
|
},
|
|
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34"
|
|
}
|