platform/pods/authProviders/package.json
Denis Bykhov 42ded3093d
UBERF-5722 (#4800)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2024-02-28 14:17:02 +06:00

55 lines
1.6 KiB
JSON

{
"name": "@hcengineering/auth-providers",
"version": "0.6.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"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.3",
"@types/node-fetch": "~2.6.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"prettier-plugin-svelte": "^3.1.0",
"@types/koa-passport": "^6.0.0",
"@types/passport-google-oauth20": "^2.0.0",
"@types/koa-router": "^7.4.4",
"@types/koa": "2.14.0",
"@types/koa-session": "^6.4.5",
"@types/passport-github2": "^1.2.9"
},
"dependencies": {
"mongodb": "^6.3.0",
"@hcengineering/core": "^0.6.28",
"@hcengineering/account": "^0.6.0",
"passport-google-oauth20": "~2.0.0",
"passport-github2": "~0.1.12",
"koa-passport": "~6.0.0",
"koa": "^2.13.1",
"koa-router": "^12.0.1",
"koa-session": "^6.4.0"
}
}