Files
peoplelib/package.json
T
lofyerandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> b8c8d24107 feat: 完善本地书库与发布更新流程
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-07-28 21:55:16 +08:00

37 lines
815 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "peoplelib",
"version": "1.1.0",
"description": "开放获取文献与图书客户端(arXiv / Gutenberg / Open Library / DOAJ / PMC / bioRxiv / Standard Ebooks / Semantic Scholar / LibGen / Z-Library",
"main": "main.js",
"author": "peoplelib",
"license": "MIT",
"scripts": {
"start": "electron .",
"portable": "node build-portable.js"
},
"dependencies": {
"undici": "^6.21.3"
},
"devDependencies": {
"electron": "^31.0.0"
},
"build": {
"appId": "com.peoplelib.client",
"productName": "PeopleLib",
"directories": {
"output": "dist"
},
"files": [
"main.js",
"preload.js",
"src/**/*"
],
"win": {
"target": "portable"
},
"portable": {
"artifactName": "PeopleLib-${version}.exe"
}
}
}