{
  "name": "@tachybase/plugin-api-keys",
  "displayName": "Auth: API keys",
  "version": "1.6.24",
  "description": "Allows users to use API key to access application's HTTP API",
  "keywords": [
    "Authentication"
  ],
  "homepage": "https://github.com/tegojs/tego-standard#readme",
  "bugs": {
    "url": "https://github.com/tegojs/tego-standard/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tegojs/tego-standard",
    "directory": "packages/plugin-api-keys"
  },
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "dependencies": {},
  "devDependencies": {
    "@tachybase/schema": "1.6.16",
    "@tachybase/test": "1.6.16",
    "@tego/client": "1.6.16",
    "@tego/server": "1.6.16",
    "ahooks": "^3.9.0",
    "antd": "5.22.5",
    "dayjs": "1.11.13",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-i18next": "16.2.1",
    "@tachybase/client": "1.6.24"
  },
  "description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
  "displayName.zh-CN": "认证：API 密钥",
  "scripts": {}
}