{ "name": "akf-forum", "version": "5.0.0", "description": "A Node.js based forum software", "main": "index.js", "scripts": { "start": "node .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Akif9748/akf-forum.git" }, "author": "Akif9748", "contributors": [ "Camroku", "Tokmak" ], "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Akif9748/akf-forum/issues" }, "engines": { "node": ">=16" }, "homepage": "https://akf-forum.glitch.me/", "dependencies": { "bcrypt": "^5.1.0", "connect-mongo": "^4.6.0", "dotenv": "^16.0.3", "ejs": "^3.1.6", "express": "^4.18.2", "express-rate-limit": "^6.6.0", "express-session": "^1.17.2", "mongoose": "^6.6.5", "multer": "^1.4.5-lts.1", "node-fetch": "^2.6.7", "nodemailer": "^6.8.0", "request-ip": "^3.3.0" } }