33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "@tachybase/plugin-custom-request",
|
|
"displayName": "Action: Custom request",
|
|
"version": "0.21.66",
|
|
"description": "Sending a request to any HTTP service supports sending context data to the target service.",
|
|
"keywords": [
|
|
"Actions"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.18.3",
|
|
"lodash": "~4.17.21",
|
|
"react-i18next": "^14.1.2",
|
|
"react-router-dom": "6.x"
|
|
},
|
|
"peerDependencies": {
|
|
"@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:*"
|
|
},
|
|
"description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
|
|
"displayName.zh-CN": "操作:自定义请求"
|
|
}
|