2023-08-24 00:27:57 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-api-doc",
|
|
|
|
"displayName": "API documentation",
|
2024-05-09 20:14:23 +08:00
|
|
|
"version": "0.21.26",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "An OpenAPI documentation generator for NocoBase HTTP API.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/api-doc",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/plugins/api-doc"
|
|
|
|
},
|
2023-08-24 00:27:57 +08:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"main": "./dist/server/index.js",
|
|
|
|
"types": "./dist/server/index.d.ts",
|
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "~5.3.6",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"antd-style": "3.4.5",
|
|
|
|
"react-i18next": "^11.15.1",
|
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-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "NocoBase HTTP API 的 OpenAPI 文档生成器。",
|
|
|
|
"displayName.zh-CN": "API 文档",
|
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/api-doc"
|
2023-08-24 00:27:57 +08:00
|
|
|
}
|