{
  "name": "@wisdomgarden/cloak-plugin-http",
  "version": "0.0.2",
  "description": "Making native HTTP requests within Cloak applications.",
  "author": "WisdomGarden",
  "repository": "https://github.com/WisdomGardenInc/CloakPlugins/tree/master/plugins/CloakPluginHttp",
  "homepage": "https://tronclass.com.cn/",
  "license": "Apache-2.0",
  "main": "index.mjs",
  "module": "index.mjs",
  "type": "module",
  "scripts": {
    "prepack": "cp ../../README*.md . && cp ../../LICENSE ."
  },
  "keywords": [
    "Cloak",
    "CloakPlugin",
    "HarmonyOS",
    "Cordova",
    "Capacitor",
    "Hybrid",
    "H5",
    "Webview",
    "native-http",
    "advanced-http"
  ]
}
