minage/package.json

19 lines
352 B
JSON
Raw Permalink Normal View History

2023-07-29 09:51:20 +00:00
{
"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",
2023-07-31 21:28:32 +00:00
"dotenv": "^16.3.1",
2023-07-29 09:51:20 +00:00
"express": "^4.18.2",
2023-07-31 22:31:14 +00:00
"mime-types": "^2.1.35",
2023-07-29 09:51:20 +00:00
"minio": "^7.1.1"
}
}