{
  "name": "@aloha66/effecte",
  "version": "0.0.10",
  "main": "./dist/index.cjs.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.esm.js",
  "unpkg": "./dist/index.iife.min.js",
  "jsdelivr": "./dist/index.iife.min.js",
  "description": "useRequest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aloha66/vue-hooks.git"
  },
  "keywords": [
    "vue",
    "vue-hook",
    "request",
    "utils"
  ],
  "files": [
    "dist"
  ],
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1"
  },
  "peerDependencies": {
    "vue-demi": ">=0.7.4"
  },
  "author": "aloha66 <https://github.com/aloha66>",
  "license": "ISC",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    },
    "./": "./"
  },
  "bugs": {
    "url": "https://github.com/aloha66/vue-hooks-ultra/issues"
  },
  "homepage": "https://github.com/aloha66/vue-hooks-ultra/tree/main/packages/effect#readme"
}
