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.21",
|
|
"prettier": "^3.6.2"
|
|
},
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
}
|