mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
20 lines
502 B
JSON
20 lines
502 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 rest_server.ts",
|
|
"format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'"
|
|
},
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^2.8.0",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
|
|
"formidable": "^3.5.2",
|
|
"itty-router": "^5.0.18",
|
|
"prettier": "^3.4.2"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
}
|