1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "name": "abizeugs", "version": "1.0.0", "main": "app.js", "repository": "git@github.com:marvinborner/abizeugs", "author": "LarsVomMars <lars@kroenner.eu>", "license": "MIT", "dependencies": { "bcrypt": "^5.0.0", "dotenv": "^8.2.0", "express": "^4.17.1", "express-rate-limit": "^5.1.3", "express-session": "^1.17.1", "mariadb": "^2.4.2", "nanoid": "^3.1.12" } }