2023-10-13 07:16:50 +00:00
|
|
|
{
|
2024-04-28 16:46:21 +00:00
|
|
|
"name": "@nocobase/plugin-action-custom-request",
|
2024-09-12 13:25:46 +00:00
|
|
|
"version": "1.3.22-beta",
|
2023-10-13 07:16:50 +00:00
|
|
|
"main": "dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request",
|
2024-02-22 15:13:31 +00:00
|
|
|
"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 服务发送请求,支持将上下文数据发送给目标服务。",
|
2023-12-29 05:11:56 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-10-13 07:16:50 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@formily/react": "2.x",
|
|
|
|
"@formily/shared": "2.x",
|
|
|
|
"antd": "5.x",
|
2023-11-01 01:52:49 +00:00
|
|
|
"lodash": "4.x",
|
|
|
|
"react-i18next": "^11.15.1",
|
|
|
|
"react-router-dom": "6.x"
|
2023-10-13 07:16:50 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-04-28 16:46:21 +00:00
|
|
|
"@nocobase/client": "1.x",
|
|
|
|
"@nocobase/server": "1.x",
|
|
|
|
"@nocobase/test": "1.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-05 13:10:48 +00:00
|
|
|
"keywords": [
|
|
|
|
"Actions"
|
|
|
|
]
|
2023-10-13 07:16:50 +00:00
|
|
|
}
|