{
  "name": "@nocobase/plugin-custom-request",
  "version": "0.20.0-alpha.14",
  "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": "0.x",
    "@nocobase/server": "0.x",
    "@nocobase/test": "0.x"
  },
  "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
  "keywords": [
    "Actions"
  ]
}