{ "name": "quad-j", "version": "1.0.0", "description": "file upload thing", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.hippoz.xyz/personalprojects/quad-j.git" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "ejs": "^3.1.5", "express": "^4.17.1", "express-fileupload": "^1.2.0", "mime-types": "^2.1.27" } }