{
  "name": "@taro-hooks/use-request",
  "version": "2.2.0",
  "description": "useRequest hook for Taro",
  "keywords": [
    "ahooks",
    "taro-hooks",
    "react",
    "hooks",
    "vue",
    "vue3",
    "composition-api",
    "taro"
  ],
  "typedocMain": "./src/index.ts",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "sideEffects": false,
  "author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": "https://github.com/innocces/taro-hooks",
  "homepage": "https://next-version-taro-hooks.vercel.app/site/hooks/useRequest",
  "files": [
    "dist",
    "lib",
    "es",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "lodash-wechat": "^1.0.0",
    "@taro-hooks/ahooks": "2.2.0",
    "@taro-hooks/shared": "2.2.0"
  },
  "peerDependencies": {
    "@tarojs/taro": ">=3.4.x",
    "@tarojs/taro-h5": ">=3.4.x"
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "license": "MIT",
  "gitHead": "628c69db9aed1a7c258f75dcf095449ec99023e0",
  "devDependencies": {
    "@tarojs/taro": "^3.6.11",
    "@tarojs/taro-h5": "^3.6.11"
  },
  "scripts": {
    "build": "gulp --isolatedModules true",
    "dev": "gulp --w true"
  }
}