Files
hometown/server/package.json
2026-03-07 23:35:08 +08:00

16 lines
312 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "720yun-offline-api",
"version": "1.0.0",
"description": "全景查看器后端 API可单独部署纯 JS无原生依赖",
"main": "server.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"express": "^4.21.0"
}
}