2022-11-29 15:20:33 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-saml",
|
2023-06-07 15:46:42 +00:00
|
|
|
"displayName": "SAML",
|
|
|
|
"displayName.zh-CN": "SAML",
|
|
|
|
"description": "Provides SAML authentication and authorization functionality for applications or authentication systems.",
|
2023-05-29 03:06:54 +00:00
|
|
|
"description.zh-CN": "为应用程序或身份验证系统提供SAML认证和授权功能。",
|
2023-07-29 01:11:52 +00:00
|
|
|
"version": "0.11.1-alpha.4",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-07-07 06:35:22 +00:00
|
|
|
"main": "./lib/server/index.js",
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"src",
|
|
|
|
"README.md",
|
|
|
|
"README.zh-CN.md",
|
|
|
|
"CHANGELOG.md",
|
|
|
|
"server.js",
|
|
|
|
"server.d.ts",
|
|
|
|
"client.js",
|
|
|
|
"client.d.ts"
|
|
|
|
],
|
2022-11-29 15:20:33 +00:00
|
|
|
"devDependencies": {
|
2023-07-08 00:26:27 +00:00
|
|
|
"@ant-design/icons": "^5.1.4",
|
2023-07-29 12:24:07 +00:00
|
|
|
"@formily/react": "^2.2.27",
|
2023-07-29 01:11:52 +00:00
|
|
|
"@nocobase/actions": "0.11.1-alpha.4",
|
|
|
|
"@nocobase/auth": "0.11.1-alpha.4",
|
|
|
|
"@nocobase/client": "0.11.1-alpha.4",
|
|
|
|
"@nocobase/database": "0.11.1-alpha.4",
|
|
|
|
"@nocobase/server": "0.11.1-alpha.4",
|
|
|
|
"@nocobase/test": "0.11.1-alpha.4",
|
2023-07-08 00:29:33 +00:00
|
|
|
"antd": "^5.6.4",
|
|
|
|
"react": "18.x",
|
|
|
|
"react-i18next": "^11.15.1"
|
2022-11-29 15:20:33 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@node-saml/node-saml": "^4.0.2"
|
|
|
|
}
|
2023-06-20 03:48:02 +00:00
|
|
|
}
|