{
  "name": "vue-reactivity-fantasy",
  "version": "0.0.8",
  "author": "nooooooom <https://github.com/nooooooom>",
  "description": "Some fancy functionalities about vue reactivity",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "keywords": [
    "Vue",
    "hooks"
  ],
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nooooooom/vue-reactivity-fantasy.git"
  },
  "bugs": {
    "url": "https://github.com/nooooooom/vue-reactivity-fantasy/issues"
  },
  "sideEffects": false,
  "devDependencies": {
    "bumpp": "^9.0.0",
    "typescript": "^4.7.4",
    "unbuild": "^0.9.4",
    "unplugin-auto-import": "^0.12.1",
    "vitest": "^0.24.5",
    "vue": "^3.2.7",
    "vue-module-demi": "^0.0.5",
    "vue2": "npm:vue@^2.7.10"
  },
  "peerDependencies": {
    "typescript": ">=4.4.4",
    "vue": "^2.7.10 || ^3.2.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "scripts": {
    "build": "unbuild",
    "test": "vitest",
    "prepublish": "vitest run & npm run build",
    "release": "bumpp package.json --commit --push --tag && pnpm publish --access public"
  }
}