53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "pixiv-manager",
|
|
"version": "1.0.5",
|
|
"description": "Pixiv 下载浏览管理器",
|
|
"main": "backend/start.js",
|
|
"bin": "backend/start.js",
|
|
"pkg": {
|
|
"targets": [
|
|
"node18-win-x64"
|
|
],
|
|
"outputPath": "dist",
|
|
"assets": [
|
|
"backend/**/*",
|
|
"ui/dist/**/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"dev": "node backend/start.js",
|
|
"build": "pkg . && node scripts/add-icon.js",
|
|
"bp": "npm run build && node scripts/create-portable.js"
|
|
},
|
|
"dependencies": {
|
|
"appdata-path": "^1.0.0",
|
|
"axios": "0.27.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^5.1.0",
|
|
"fs-extra": "^11.3.2",
|
|
"js-base64": "^3.7.8",
|
|
"moment": "^2.30.1",
|
|
"morgan": "^1.10.1",
|
|
"proxy-agent": "^6.5.0",
|
|
"qs": "^6.14.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"pe-library": "^1.0.1",
|
|
"pkg": "^5.8.1",
|
|
"readline-sync": "^1.4.10",
|
|
"resedit": "^2.0.3"
|
|
},
|
|
"keywords": [
|
|
"pixiv",
|
|
"oauth",
|
|
"api",
|
|
"backend",
|
|
"download"
|
|
],
|
|
"author": "kjqwer",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
}
|
|
} |