platform/pods/authProviders/package.json
Andrey Sobolev d1bf10b1d9
Use mongodb drived with fixed bulkWrite memory leak (#6961)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-10-16 22:22:24 +07:00

62 lines
1.8 KiB
JSON

{
"name": "@hcengineering/auth-providers",
"version": "0.6.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"lib/**/*",
"types/**/*",
"tsconfig.json"
],
"author": "Anticrm Platform Contributors",
"license": "EPL-2.0",
"scripts": {
"build": "compile",
"build:watch": "compile",
"format": "format src",
"test": "jest --passWithNoTests --silent",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "^0.6.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.1.0",
"typescript": "^5.3.3",
"@types/ws": "^8.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"@types/koa-passport": "^6.0.3",
"@types/passport-google-oauth20": "^2.0.0",
"@types/koa-router": "^7.4.8",
"@types/koa": "^2.15.0",
"@types/koa-session": "^6.4.5",
"@types/passport-github2": "^1.2.9",
"@types/querystringify": "^2.0.2"
},
"dependencies": {
"mongodb": "6.9.0-dev.20241016.sha.3d5bd513",
"@hcengineering/core": "^0.6.32",
"@hcengineering/account": "^0.6.0",
"passport-custom": "~1.1.1",
"passport-google-oauth20": "~2.0.0",
"passport-github2": "~0.1.12",
"openid-client": "~5.7.0",
"koa-passport": "^6.0.0",
"koa": "^2.15.3",
"koa-router": "^12.0.1",
"koa-session": "^6.4.0",
"querystringify": "^2.2.0"
}
}