simple-http-file-api/package.json
Schneider Roland cfc2d0040b inital commit
2025-02-21 17:14:55 +01:00

17 lines
332 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"
}
}