init
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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 assets/* $ZIM_DIR/ && 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user