mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
18 lines
409 B
JSON
18 lines
409 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": {
|
|
"express": "^4.17.1",
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|