sealday
e679b0b32e
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1605
32 lines
945 B
JSON
32 lines
945 B
JSON
{
|
||
"name": "@tachybase/plugin-api-keys",
|
||
"displayName": "Auth: API keys",
|
||
"version": "0.22.7",
|
||
"description": "Allows users to use API key to access application's HTTP API",
|
||
"keywords": [
|
||
"Authentication"
|
||
],
|
||
"license": "Apache-2.0",
|
||
"main": "./dist/server/index.js",
|
||
"devDependencies": {
|
||
"@tachybase/schema": "workspace:*",
|
||
"ahooks": "^3.7.2",
|
||
"antd": "5.19.4",
|
||
"dayjs": "^1.11.8",
|
||
"react": "^18.3.1",
|
||
"react-dom": "^18.3.1",
|
||
"react-i18next": "^14.1.2"
|
||
},
|
||
"peerDependencies": {
|
||
"@tachybase/actions": "workspace:*",
|
||
"@tachybase/client": "workspace:*",
|
||
"@tachybase/database": "workspace:*",
|
||
"@tachybase/resourcer": "workspace:*",
|
||
"@tachybase/server": "workspace:*",
|
||
"@tachybase/test": "workspace:*",
|
||
"@tachybase/utils": "workspace:*"
|
||
},
|
||
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
||
"displayName.zh-CN": "认证:API 密钥"
|
||
}
|