{ "name": "monofile", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "engines": { "node": "v16" }, "dependencies": { "@types/body-parser": "^1.19.2", "@types/express": "^4.17.14", "@types/multer": "^1.4.7", "axios": "^0.27.2", "body-parser": "^1.20.0", "discord.js": "^13.11.0", "dotenv": "^16.0.2", "express": "^4.18.1", "multer": "^1.4.5-lts.1", "typescript": "^4.8.3" } }