Files
imgshare/package.json
2026-01-08 02:57:53 -03:00

19 lines
350 B
JSON

{
"name": "imgshare",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express.js": "^1.0.0",
"multer": "^2.0.2"
}
}