{ "name": "@nocobase/plugin-custom-request", "version": "0.20.0-alpha.3", "main": "dist/server/index.js", "homepage": "https://docs.nocobase.com/plugins/custom-request", "homepage.zh-CN": "https://docs-cn.nocobase.com/plugins/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": "0.x", "@nocobase/server": "0.x", "@nocobase/test": "0.x" }, "gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde", "keywords": [ "Actions" ] }