2023-08-24 00:27:57 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-api-doc",
|
2023-08-24 00:27:57 +08:00
|
|
|
"displayName": "API documentation",
|
2024-06-19 13:38:42 +08:00
|
|
|
"version": "0.21.57",
|
2024-05-24 13:06:59 +08:00
|
|
|
"description": "An OpenAPI documentation generator for TachyBase HTTP API.",
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-08-24 00:27:57 +08:00
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"types": "./dist/server/index.d.ts",
|
|
|
|
"devDependencies": {
|
2024-06-13 04:37:42 +08:00
|
|
|
"@ant-design/icons": "~5.3.7",
|
2024-06-13 12:02:01 +08:00
|
|
|
"antd": "5.18.1",
|
2024-06-20 11:11:18 +08:00
|
|
|
"react-i18next": "^14.1.2",
|
2023-08-24 00:27:57 +08:00
|
|
|
"swagger-ui-dist": "^5.3.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/sdk": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-05-24 13:06:59 +08:00
|
|
|
"description.zh-CN": "TachyBase HTTP API 的 OpenAPI 文档生成器。",
|
|
|
|
"displayName.zh-CN": "API 文档"
|
2023-08-24 00:27:57 +08:00
|
|
|
}
|