{ "name": "slog", "version": "1.0.0", "description": "Sin's SlipStream Logger.", "main": "server.js", "scripts": { "start": "node server.js", "start:dev": "supervisor server.js" }, "repository": { "type": "git", "url": "git://github.com/8cy/slog" }, "keywords": [ "nodejs", "express", "javascript", "js", "typescript", "ts", "npm" ], "author": "Sin", "license": "MIT", "bugs": { "url": "https://github.com/8cy/slog/issues" }, "homepage": "https://github.com/8cy/slog#readme", "dependencies": { "bcrypt": "^4.0.1", "dotenv": "^8.2.0", "ejs": "^3.1.2", "express": "^4.17.1", "express-session": "^1.17.1", "mongoose": "^5.9.12" } }