{ "name": "rpi_status_http_server", "version": "0.0.1", "description": "树莓派状态 JSON 数据接口", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "ssh://git@nas:2222/zhaoxin/rpi_status_http_server.git" }, "keywords": [], "author": "Zhao Xin <7176466@qq.com>", "license": "MIT", "dependencies": { "dotenv": "^16.0.2" } }