@wisdomgarden/cloak-plugin-http
Version:
Making native HTTP requests within Cloak applications.
28 lines (27 loc) • 675 B
JSON
{
"name": "@wisdomgarden/cloak-plugin-http",
"version": "0.0.3",
"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"
]
}