{
  "name": "@tarojs/plugin-http",
  "version": "4.2.0",
  "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/taro": "4.2.0",
    "@tarojs/runtime": "4.2.0",
    "@tarojs/shared": "4.2.0",
    "@tarojs/service": "4.2.0"
  },
  "peerDependencies": {
    "@tarojs/shared": "4.2.0",
    "@tarojs/runtime": "4.2.0",
    "@tarojs/taro": "4.2.0"
  },
  "scripts": {
    "prod": "pnpm run build",
    "dev": "rollup -c -w",
    "build": "rollup -c",
    "test": "jest",
    "test:ci": "jest --ci -i --coverage --silent"
  }
}