{
  "name": "@svelte-use/shared",
  "version": "0.11.0",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evillt/svelte-use.git"
  },
  "keywords": [
    "svelte",
    "svelte-use",
    "utils"
  ],
  "author": "2nthony <https://github.com/evillt>",
  "sideEffects": false,
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/evillt/svelte-use/issues"
  },
  "homepage": "https://github.com/evillt/svelte-use/tree/main/packages/shared#readme",
  "types": "./index.d.ts",
  "main": "./index.cjs",
  "module": "./index.mjs",
  "exports": {
    ".": {
      "import": "./index.mjs",
      "require": "./index.cjs"
    },
    "./*": "./*"
  },
  "dependencies": {}
}
