mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 09:19:51 +03:00
22 lines
539 B
JSON
22 lines
539 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"private": "true",
|
|
"description": "mock api for EMS-ESP",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"dev": "nodemon ./server.js localhost 3080",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "proddy",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@msgpack/msgpack": "^2.8.0",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.18.2",
|
|
"express-sse": "^0.5.3",
|
|
"nodemon": "^2.0.20",
|
|
"ws": "^8.12.1"
|
|
}
|
|
}
|