first commit
This commit is contained in:
16
server/package.json
Normal file
16
server/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "imgpub-server",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "EPUB generation server for imgPub",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"epub-gen": "^0.1.0",
|
||||
"express": "^4.19.2",
|
||||
"uuid": "^9.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user