File size: 958 Bytes
b688d12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | {
"name": "express-uploader",
"version": "1.0.0",
"description": "",
"exports": "./app.js",
"engine": {
"node": ">=20.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zennn08/express-uploader.git"
},
"keywords": [
"express-uploader"
],
"author": "aqulzz",
"license": "ISC",
"bugs": {
"url": "https://github.com/zennn08/express-uploader/issues"
},
"homepage": "https://github.com/zennn08/express-uploader#readme",
"dependencies": {
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"node-fetch": "^2.6.0",
"path": "^0.12.7"
}
}
|