@tarojs/plugin-http
Version:
Taro 小程序端支持使用 web 请求 的插件
46 lines • 1 kB
JSON
{
"name": "@tarojs/plugin-http",
"version": "4.1.5",
"description": "Taro 小程序端支持使用 web 请求 的插件",
"author": "O2Team",
"license": "MIT",
"main": "index.js",
"files": [
"src",
"dist",
"index.js",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"Taro"
],
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"homepage": "https://github.com/NervJS/taro#readme",
"engines": {
"node": ">= 18"
},
"devDependencies": {
"@tarojs/runtime": "4.1.5",
"@tarojs/service": "4.1.5",
"@tarojs/shared": "4.1.5",
"@tarojs/taro": "4.1.5"
},
"peerDependencies": {
"@tarojs/runtime": "4.1.5",
"@tarojs/shared": "4.1.5",
"@tarojs/taro": "4.1.5"
},
"scripts": {
"prod": "pnpm run build",
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "jest",
"test:ci": "jest --ci -i --coverage --silent"
}
}