first commit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "image-manager-server",
|
||||
"version": "1.0.0",
|
||||
"description": "Backend for Image Management System with JWT Auth and Role-based Access",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "nodemon index.js",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"express",
|
||||
"jwt",
|
||||
"image",
|
||||
"compression"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@napi-rs/canvas": "^1.0.0",
|
||||
"archiver": "^6.0.0",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"compress-pdf": "^0.6.3",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.2",
|
||||
"fs-extra": "^11.3.5",
|
||||
"jsonwebtoken": "^9.0.0",
|
||||
"multer": "^2.2.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"pdf-poppler": "^0.2.3",
|
||||
"pdfjs-dist": "^6.0.227",
|
||||
"pdfkit": "^0.19.1",
|
||||
"sharp": "^0.32.6",
|
||||
"uuid": "^9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.20"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user