2023-10-13 15:16:50 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-custom-request",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Action: Custom request",
|
2024-07-24 10:34:28 +08:00
|
|
|
"version": "0.21.77",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "Sending a request to any HTTP service supports sending context data to the target service.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Actions"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "dist/server/index.js",
|
2023-10-13 15:16:50 +08:00
|
|
|
"devDependencies": {
|
2024-04-30 02:00:13 +08:00
|
|
|
"@tachybase/components": "workspace:*",
|
2024-04-29 21:41:13 +08:00
|
|
|
"@tachybase/schema": "workspace:*",
|
2024-07-09 15:37:07 +08:00
|
|
|
"antd": "5.19.1",
|
2024-04-02 18:13:33 +08:00
|
|
|
"lodash": "~4.17.21",
|
2024-06-20 11:11:18 +08:00
|
|
|
"react-i18next": "^14.1.2",
|
2024-07-18 12:34:49 +08:00
|
|
|
"react-router-dom": "~6.25.1"
|
2023-10-13 15:16:50 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/database": "workspace:*",
|
|
|
|
"@tachybase/evaluators": "workspace:*",
|
|
|
|
"@tachybase/logger": "workspace:*",
|
|
|
|
"@tachybase/sdk": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*",
|
|
|
|
"@tachybase/utils": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "操作:自定义请求"
|
2023-10-13 15:16:50 +08:00
|
|
|
}
|