accessGate/package.json

31 lines
770 B
JSON

{
"name": "accessgate",
"version": "0.0.1",
"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": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/itsmrval/accessgate/issues"
},
"homepage": "https://github.com/itsmrval/accessgate#readme",
"dependencies": {
"axios": "^1.5.0",
"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"
}
}