xiaohongshufabu/server/package.json
2026-07-22 10:55:17 +08:00

38 lines
777 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"build:exe": "npx nexe index.js -o ../release/build/小红书千帆服务.exe --target windows-x64-16.20.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bin": "index.js",
"dependencies": {
"better-sqlite3": "^12.11.1",
"cors": "^2.8.6",
"express": "^5.2.1",
"sharp": "^0.35.3",
"uuid": "^14.0.1"
},
"devDependencies": {
"pkg": "^5.8.1"
},
"pkg": {
"scripts": [
"index.js",
"lib/**/*.js",
"routes/**/*.js"
],
"assets": [
"node_modules/better-sqlite3/**/*",
"node_modules/sharp/**/*"
]
}
}