57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
|
|
"version": "0.4.12-next.0",
|
|
"description": "The cloudflare-access-provider backend module for the auth plugin.",
|
|
"backstage": {
|
|
"role": "backend-plugin-module",
|
|
"pluginId": "auth",
|
|
"pluginPackage": "@backstage/plugin-auth-backend"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"main": "dist/index.cjs.js",
|
|
"types": "dist/index.d.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/backstage/backstage",
|
|
"directory": "plugins/auth-backend-module-cloudflare-access-provider"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"config.d.ts",
|
|
"dist"
|
|
],
|
|
"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-plugin-api": "workspace:^",
|
|
"@backstage/config": "workspace:^",
|
|
"@backstage/errors": "workspace:^",
|
|
"@backstage/plugin-auth-node": "workspace:^",
|
|
"express": "^4.22.0",
|
|
"jose": "^5.0.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@backstage/backend-defaults": "workspace:^",
|
|
"@backstage/backend-test-utils": "workspace:^",
|
|
"@backstage/cli": "workspace:^",
|
|
"@backstage/plugin-auth-backend": "workspace:^",
|
|
"@backstage/types": "workspace:^",
|
|
"msw": "^2.0.0",
|
|
"node-mocks-http": "^1.0.0",
|
|
"uuid": "^11.0.0"
|
|
},
|
|
"configSchema": "config.d.ts"
|
|
}
|