nocobase/packages/plugins/@nocobase/plugin-action-custom-request/package.json
2024-09-23 09:25:16 +00:00

30 lines
1016 B
JSON

{
"name": "@nocobase/plugin-action-custom-request",
"version": "1.4.0-alpha",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request",
"displayName": "Action: Custom request",
"displayName.zh-CN": "操作:自定义请求",
"description": "Sending a request to any HTTP service supports sending context data to the target service.",
"description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
"license": "AGPL-3.0",
"devDependencies": {
"@formily/react": "2.x",
"@formily/shared": "2.x",
"antd": "5.x",
"lodash": "4.x",
"react-i18next": "^11.15.1",
"react-router-dom": "6.x"
},
"peerDependencies": {
"@nocobase/client": "1.x",
"@nocobase/server": "1.x",
"@nocobase/test": "1.x"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
"keywords": [
"Actions"
]
}