21 lines
670 B
JSON
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"
|
|
}
|
|
}
|