UNPKG

authenzify

Version:

server to manage authentication authorization of users and more

63 lines 1.53 kB
{ "name": "authenzify", "version": "2.4.4", "description": "server to manage authentication authorization of users and more", "main": "src/index.js", "exports": { "import": "./src/index.js" }, "type": "module", "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "test": "mocha --timeout 5000 ./test/**/*.spec.js --exit" }, "repository": { "type": "git", "url": "git+https://github.com/haim-rubin/authenzify.git" }, "keywords": [ "authentication", "authorization", "users", "user", "management", "jwt", "token", "sign-in", "sign-up", "login", "logout", "password" ], "author": "Haim Rubin", "license": "ISC", "bugs": { "url": "https://github.com/haim-rubin/authenzify/issues" }, "homepage": "https://github.com/haim-rubin/authenzify#readme", "dependencies": { "@fastify/cookie": "^11.0.2", "@fastify/request-context": "^6.2.0", "core-services-sdk": "^1.2.1", "ejs": "^3.1.8", "fastify": "^5.4.0", "google-auth-library": "^9.15.1", "http-status": "^1.5.3", "jsonwebtoken": "^9.0.2", "libphonenumber-js": "^1.12.9", "mongodb": "^6.17.0", "nodemailer": "^6.8.0", "uuid": "^11.1.0" }, "devDependencies": { "eslint": "^9.30.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.5.1", "get-port": "^7.1.0", "mocha": "^10.1.0", "nodemon": "^3.1.10", "prettier": "^3.6.2" } }