feat: new projiect
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "720yun-offline",
|
||||
"version": "1.0.0",
|
||||
"description": "全景查看器,使用 image/ 六面图本地部署,支持统计与弹幕",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"build": "node build.js",
|
||||
"preview": "npm run build && node server.js dist"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^11.6.0",
|
||||
"express": "^4.21.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user