0fb419ba03
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
113 lines
3.9 KiB
JSON
113 lines
3.9 KiB
JSON
{
|
|
"name": "@backstage/plugin-auth-backend",
|
|
"version": "0.21.0",
|
|
"description": "A Backstage backend plugin that handles authentication",
|
|
"backstage": {
|
|
"role": "backend-plugin"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"keywords": [
|
|
"backstage"
|
|
],
|
|
"homepage": "https://backstage.io",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/auth-backend"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"dist",
|
|
"migrations",
|
|
"config.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "backstage-cli package build",
|
|
"clean": "backstage-cli package clean",
|
|
"lint": "backstage-cli package lint",
|
|
"prepack": "backstage-cli package prepack",
|
|
"postpack": "backstage-cli package postpack",
|
|
"start": "backstage-cli package start",
|
|
"test": "backstage-cli package test"
|
|
},
|
|
"dependencies": {
|
|
"@backstage/backend-common": "workspace:^",
|
|
"@backstage/backend-plugin-api": "workspace:^",
|
|
"@backstage/catalog-client": "workspace:^",
|
|
"@backstage/catalog-model": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-atlassian-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-aws-alb-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-github-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-gitlab-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-google-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-microsoft-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-oauth2-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-oidc-provider": "workspace:^",
|
|
"@backstage/plugin-auth-backend-module-okta-provider": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"@backstage/plugin-catalog-node": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"@google-cloud/firestore": "^7.0.0",
|
|
"@node-saml/passport-saml": "^4.0.4",
|
|
"@types/express": "^4.17.6",
|
|
"@types/passport": "^1.0.3",
|
|
"compression": "^1.7.4",
|
|
"connect-session-knex": "^4.0.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"express-session": "^1.17.1",
|
|
"fs-extra": "^11.2.0",
|
|
"google-auth-library": "^9.0.0",
|
|
"jose": "^5.0.0",
|
|
"knex": "^3.0.0",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.0.0",
|
|
"minimatch": "^9.0.0",
|
|
"morgan": "^1.10.0",
|
|
"node-cache": "^5.1.2",
|
|
"node-fetch": "^2.6.7",
|
|
"openid-client": "^5.2.1",
|
|
"passport": "^0.7.0",
|
|
"passport-auth0": "^1.4.3",
|
|
"passport-bitbucket-oauth2": "^0.1.2",
|
|
"passport-github2": "^0.1.12",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"passport-microsoft": "^1.0.0",
|
|
"passport-oauth2": "^1.6.1",
|
|
"passport-onelogin-oauth": "^0.0.1",
|
|
"uuid": "^9.0.0",
|
|
"winston": "^3.2.1",
|
|
"yn": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-defaults": "workspace:^",
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@types/body-parser": "^1.19.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/express-session": "^1.17.2",
|
|
"@types/passport-auth0": "^1.0.5",
|
|
"@types/passport-github2": "^1.2.4",
|
|
"@types/passport-google-oauth20": "^2.0.3",
|
|
"@types/passport-microsoft": "^1.0.0",
|
|
"@types/passport-saml": "^1.1.3",
|
|
"@types/passport-strategy": "^0.2.35",
|
|
"@types/xml2js": "^0.4.7",
|
|
"msw": "^1.0.0",
|
|
"supertest": "^6.1.3"
|
|
},
|
|
"configSchema": "config.d.ts"
|
|
}
|