Files
photo-live/package.json
T

15 lines
329 B
JSON
Raw Normal View History

{
"name": "photo-live",
"version": "1.0.0",
"description": "掃描照片播放對應影片的 Web AR 服務(照片=key、影片=value",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2",
"multer": "^1.4.5-lts.1",
"selfsigned": "^2.4.1"
}
}