49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@budibase/backend-core",
|
|
"version": "1.0.191-alpha.0",
|
|
"description": "Budibase backend core libraries used in server and worker",
|
|
"main": "src/index.js",
|
|
"author": "Budibase",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:watch": "jest --watchAll"
|
|
},
|
|
"dependencies": {
|
|
"@techpass/passport-openidconnect": "^0.3.0",
|
|
"aws-sdk": "^2.901.0",
|
|
"bcrypt": "^5.0.1",
|
|
"dotenv": "^16.0.1",
|
|
"emitter-listener": "^1.1.2",
|
|
"ioredis": "^4.27.1",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"koa-passport": "^4.1.4",
|
|
"lodash": "^4.17.21",
|
|
"lodash.isarguments": "^3.1.0",
|
|
"node-fetch": "^2.6.1",
|
|
"passport-google-auth": "^1.0.2",
|
|
"passport-google-oauth": "^2.0.0",
|
|
"passport-jwt": "^4.0.0",
|
|
"passport-local": "^1.0.0",
|
|
"posthog-node": "^1.3.0",
|
|
"pouchdb": "7.3.0",
|
|
"pouchdb-find": "^7.2.2",
|
|
"pouchdb-replication-stream": "^1.2.9",
|
|
"sanitize-s3-objectkey": "^0.0.1",
|
|
"tar-fs": "^2.1.1",
|
|
"uuid": "^8.3.2",
|
|
"zlib": "^1.0.5"
|
|
},
|
|
"jest": {
|
|
"setupFiles": [
|
|
"./scripts/jestSetup.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"ioredis-mock": "^5.5.5",
|
|
"jest": "^26.6.3",
|
|
"pouchdb-adapter-memory": "^7.2.2"
|
|
},
|
|
"gitHead": "d1836a898cab3f8ab80ee6d8f42be1a9eed7dcdc"
|
|
}
|