Files
hometown/server/package.json
2026-03-07 19:37:38 +08:00

17 lines
315 B
JSON
Raw 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可单独部署",
"main": "server.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"better-sqlite3": "^11.6.0",
"express": "^4.21.0"
}
}