1
0
Fork 0
mirror of synced 2024-06-13 16:05:06 +12:00
budibase/packages/auth/package.json

36 lines
932 B
JSON
Raw Normal View History

2021-04-07 22:33:16 +12:00
{
"name": "@budibase/auth",
2021-07-07 22:52:11 +12:00
"version": "0.9.71",
2021-04-07 22:33:16 +12:00
"description": "Authentication middlewares for budibase builder and apps",
"main": "src/index.js",
"author": "Budibase",
"license": "AGPL-3.0",
"scripts": {
"test": "jest",
"test:watch": "jest --watchAll"
},
2021-04-07 22:33:16 +12:00
"dependencies": {
"aws-sdk": "^2.901.0",
2021-04-07 22:33:16 +12:00
"bcryptjs": "^2.4.3",
"ioredis": "^4.27.1",
2021-04-07 22:33:16 +12:00
"jsonwebtoken": "^8.5.1",
"koa-passport": "^4.1.4",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
2021-06-28 02:46:04 +12:00
"@techpass/passport-openidconnect": "^0.3.0",
2021-04-07 22:33:16 +12:00
"passport-google-auth": "^1.0.2",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "^4.0.0",
2021-04-19 22:34:07 +12:00
"passport-local": "^1.0.0",
"sanitize-s3-objectkey": "^0.0.1",
"tar-fs": "^2.1.1",
"uuid": "^8.3.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"ioredis-mock": "^5.5.5",
"jest": "^26.6.3"
2021-05-21 01:53:22 +12:00
},
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
2021-04-07 22:33:16 +12:00
}