2021-04-07 12:33:16 +02:00
|
|
|
{
|
|
|
|
"name": "@budibase/auth",
|
2021-08-04 21:04:23 +02:00
|
|
|
"version": "0.9.97",
|
2021-04-07 12:33:16 +02:00
|
|
|
"description": "Authentication middlewares for budibase builder and apps",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"author": "Budibase",
|
|
|
|
"license": "AGPL-3.0",
|
2021-07-13 11:02:08 +02:00
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watchAll"
|
|
|
|
},
|
2021-04-07 12:33:16 +02:00
|
|
|
"dependencies": {
|
2021-07-23 11:37:21 +02:00
|
|
|
"@techpass/passport-openidconnect": "^0.3.0",
|
2021-05-06 20:27:24 +02:00
|
|
|
"aws-sdk": "^2.901.0",
|
2021-04-07 12:33:16 +02:00
|
|
|
"bcryptjs": "^2.4.3",
|
2021-04-27 18:29:05 +02:00
|
|
|
"ioredis": "^4.27.1",
|
2021-04-07 12:33:16 +02:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
"koa-passport": "^4.1.4",
|
2021-05-14 16:43:41 +02:00
|
|
|
"lodash": "^4.17.21",
|
2021-05-06 20:27:24 +02:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-04-07 12:33:16 +02:00
|
|
|
"passport-google-auth": "^1.0.2",
|
|
|
|
"passport-google-oauth": "^2.0.0",
|
|
|
|
"passport-jwt": "^4.0.0",
|
2021-04-19 12:34:07 +02:00
|
|
|
"passport-local": "^1.0.0",
|
2021-05-06 20:27:24 +02:00
|
|
|
"sanitize-s3-objectkey": "^0.0.1",
|
|
|
|
"tar-fs": "^2.1.1",
|
|
|
|
"uuid": "^8.3.2",
|
|
|
|
"zlib": "^1.0.5"
|
2021-05-05 18:49:34 +02:00
|
|
|
},
|
2021-07-15 13:55:35 +02:00
|
|
|
"jest": {
|
|
|
|
"setupFiles": [
|
|
|
|
"./scripts/jestSetup.js"
|
|
|
|
]
|
|
|
|
},
|
2021-05-05 18:49:34 +02:00
|
|
|
"devDependencies": {
|
2021-07-13 11:49:27 +02:00
|
|
|
"ioredis-mock": "^5.5.5",
|
2021-07-15 13:55:35 +02:00
|
|
|
"jest": "^26.6.3",
|
|
|
|
"pouchdb": "^7.2.1",
|
2021-07-23 11:37:21 +02:00
|
|
|
"pouchdb-adapter-memory": "^7.2.2",
|
2021-07-15 13:55:35 +02:00
|
|
|
"pouchdb-all-dbs": "^1.0.2"
|
2021-05-20 15:53:22 +02:00
|
|
|
},
|
|
|
|
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
|
2021-04-07 12:33:16 +02:00
|
|
|
}
|