simple-http-file-api/package.json

21 lines
493 B
JSON

{
"name": "simple-http-file-api",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docker.build.image": "bash ./build.docker.image.sh",
"docker.push.image": "bash ./push.docker.image.sh"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"mime": "^4.0.6"
}
}