nocobase/packages/plugins/@nocobase/plugin-api-keys/package.json
2024-03-26 17:25:06 +08:00

37 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "@nocobase/plugin-api-keys",
"displayName": "Auth: API keys",
"displayName.zh-CN": "认证API 密钥",
"description": "Allows users to use API key to access application's HTTP API",
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
"version": "0.20.0-alpha.17",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/api-keys",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/api-keys",
"keywords": [
"Authentication"
],
"devDependencies": {
"@formily/react": "2.x",
"@formily/shared": "2.x",
"ahooks": "^3.7.2",
"antd": "5.x",
"dayjs": "^1.11.8",
"i18next": "^22.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@nocobase/actions": "0.x",
"@nocobase/client": "0.x",
"@nocobase/database": "0.x",
"@nocobase/resourcer": "0.x",
"@nocobase/server": "0.x",
"@nocobase/test": "0.x",
"@nocobase/utils": "0.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}