mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +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.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"
|
|
}
|