piczip / package.json
nagose's picture
Update package.json
94f6c52 verified
raw
history blame
357 Bytes
{
"name": "express-piczipfile",
"version": "1.0.0",
"description": "An Express server application for image processing",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1",
"multer": "^1.4.2",
"jpeg-js": "^0.4.3",
"jszip": "^3.7.1"
},
"author": "",
"license": "ISC"
}