{ "name": "accessgate", "version": "1.0.0", "description": "Centralized, self-hosted management panel for access via ssh keys", "main": "index.js", "scripts": { "test": "node index.js" }, "repository": { "type": "git", "url": "git+https://github.com/itsmrval/accessgate.git" }, "author": "itsmrval", "license": "MIT", "bugs": { "url": "https://github.com/itsmrval/accessgate/issues" }, "homepage": "https://github.com/itsmrval/accessgate#readme", "dependencies": { "axios": "^1.5.0", "bcrypt": "^5.1.1", "body-parser": "^1.20.2", "dotenv": "^16.3.1", "ejs": "^3.1.9", "express": "^4.18.2", "express-session": "^1.17.3", "passport": "^0.6.0", "passport-github2": "^0.1.12", "sequelize": "^6.33.0", "sqlite3": "^5.1.6" } }