initial commit

This commit is contained in:
2026-01-08 02:38:46 -03:00
commit f63f95d6e1
4 changed files with 1138 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "imgshare",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": "^5.2.1",
"multer": "^2.0.2"
}
}