File size: 414 Bytes
2573ce9 7583aa4 2573ce9 7583aa4 ade116d 2573ce9 ade116d 2573ce9 faa74ff 94f6c52 7583aa4 f302b20 45a0981 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"name": "file-upload-server",
"version": "1.0.0",
"description": "A simple file upload server with image creation using canvas",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1",
"multer": "^1.4.2",
"jszip": "^3.6.0",
"canvas": "^2.8.0",
"sharp": "^0.28.3",
"crypto": "^1.0.1"
},
"author": "",
"license": "ISC"
}
|