simple-http-file-api/package.json
2025-02-22 13:14:06 +01:00

18 lines
354 B
JSON

{
"name": "simple-http-file-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"mime": "^4.0.6"
}
}