xiaohongshufabu/server/package.json
2026-07-21 21:17:20 +08:00

22 lines
401 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.11.1",
"cors": "^2.8.6",
"express": "^5.2.1",
"sharp": "^0.35.3",
"uuid": "^14.0.1"
}
}