minage/package.json
2023-07-31 22:31:14 +00:00

19 lines
352 B
JSON

{
"name": "minage",
"version": "1.0.0",
"description": "",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mime-types": "^2.1.35",
"minio": "^7.1.1"
}
}