16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "video-platform",
|
|
"version": "1.0.0",
|
|
"description": "短视频展示平台",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"dev": "node app.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.17.3",
|
|
"multer": "^1.4.5-lts.1",
|
|
"ws": "^8.14.2"
|
|
}
|
|
} |