rpi_status_http_server/package.json

23 lines
649 B
JSON
Raw Normal View History

2022-09-04 06:26:51 +00:00
{
"name": "rpi_status_http_server",
"version": "0.0.1",
"description": "树莓派状态 JSON 数据接口",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-09-08 01:45:48 +00:00
"start": "PORT=8000 pm2 start server.js --name 'RPi Status Server:8000' --watch",
"dev": "nodemon server"
2022-09-04 06:26:51 +00:00
},
"repository": {
"type": "git",
"url": "ssh://git@nas:2222/zhaoxin/rpi_status_http_server.git"
},
"keywords": [],
"author": "Zhao Xin <7176466@qq.com>",
"license": "MIT",
"dependencies": {
2022-09-08 01:45:48 +00:00
"dotenv": "^16.0.2",
"socket.io": "^4.5.2"
2022-09-04 06:26:51 +00:00
}
}