Files
kiwixm/package.json
ztimson 0911412989
All checks were successful
Build Website / Tag Version (push) Successful in 1m20s
Build Website / Build Dockerfile (push) Successful in 12m54s
Fix startup
2025-09-27 16:35:25 -04:00

21 lines
670 B
JSON

{
"name": "kiwixm",
"version": "1.0.0",
"description": "Kiwix Library Manager",
"main": "src/main.mjs",
"type": "module",
"scripts": {
"start": "node src/main.mjs",
"start:prod": "(mv /app/assets/* $ZIM_DIR/ || echo) && npm run start",
"archive-zim": "zimwriterfs --welcome=index.html --illustration=logo.png --language=eng --name=Archive --title=Archive --description=\"Your personal space for saving and browsing uploaded files\" --creator=ZaksCode --publisher=ZaksCode ./archive assets/archive.zim"
},
"keywords": [],
"author": "Zak Timson",
"license": "MIT",
"dependencies": {
"dotenv": "^17.2.2",
"express": "^5.1.0",
"multer": "^2.0.2"
}
}