tachybase_todo/packages/plugins/@nocobase/plugin-api-doc/package.json

35 lines
1.1 KiB
JSON

{
"name": "@nocobase/plugin-api-doc",
"displayName": "API documentation",
"version": "0.21.29",
"description": "An OpenAPI documentation generator for NocoBase HTTP API.",
"homepage": "https://docs.nocobase.com/handbook/api-doc",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugins/api-doc"
},
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"types": "./dist/server/index.d.ts",
"devDependencies": {
"@ant-design/icons": "~5.3.6",
"antd": "5.16.1",
"antd-style": "3.4.5",
"react-i18next": "^11.15.1",
"swagger-ui-dist": "^5.3.1"
},
"peerDependencies": {
"@tachybase/actions": "workspace:*",
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/sdk": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "NocoBase HTTP API 的 OpenAPI 文档生成器。",
"displayName.zh-CN": "API 文档",
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/api-doc"
}