23 lines
491 B
JSON
23 lines
491 B
JSON
{
|
|
"name": "imgpub-server",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "EPUB generation server for imgPub",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "nodemon index.js"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^2.45.4",
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"epub-gen": "^0.1.0",
|
|
"express": "^4.19.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"socket.io": "^4.8.1",
|
|
"nodemon": "^3.1.4",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|