{ "name": "@budibase/auth", "version": "0.0.1", "description": "Authentication middlewares for budibase builder and apps", "main": "src/index.js", "author": "Budibase", "license": "AGPL-3.0", "dependencies": { "bcryptjs": "^2.4.3", "jsonwebtoken": "^8.5.1", "koa-passport": "^4.1.4", "passport-google-auth": "^1.0.2", "passport-google-oauth": "^2.0.0", "passport-jwt": "^4.0.0", "passport-local": "^1.0.0", "uuid": "^8.3.2" } }