{
  "name": "vuex-router-sync",
  "version": "6.0.0-rc.1",
  "description": "Effortlessly keep vue-router and vuex store in sync.",
  "main": "dist/vuex-router-sync.js",
  "browser": "dist/vuex-router-sync.esm-browser.js",
  "module": "dist/vuex-router-sync.esm-bundler.js",
  "unpkg": "dist/vuex-router-sync.global.js",
  "jsdelivr": "dist/vuex-router-sync.global.js",
  "typings": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite serve playground",
    "build": "node scripts/build.js",
    "lint": "prettier --check --write --parser typescript \"{src,test}/**/*.ts\"",
    "lint:fail": "prettier --check --parser typescript \"{src,test}/**/*.ts\"",
    "test": "jest",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "release": "node scripts/release.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuex-router-sync.git"
  },
  "keywords": [
    "vuex",
    "vue-router",
    "vue"
  ],
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuex-router-sync/issues"
  },
  "homepage": "https://github.com/vuejs/vuex-router-sync#readme",
  "peerDependencies": {
    "vue-router": "^4.0.0",
    "vuex": "^4.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "@types/jest": "^26.0.20",
    "@vitejs/plugin-vue": "^1.1.4",
    "@vue/compiler-sfc": "^3.0.5",
    "brotli": "^1.3.2",
    "buble": "^0.20.0",
    "chalk": "^4.1.0",
    "conventional-changelog-cli": "^2.1.1",
    "enquirer": "^2.3.6",
    "execa": "^5.0.0",
    "fs-extra": "^9.1.0",
    "jest": "^26.6.3",
    "prettier": "^2.2.1",
    "rollup": "^2.38.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.29.0",
    "semver": "^7.3.4",
    "ts-jest": "^26.5.0",
    "tslib": "^2.1.0",
    "typescript": "^4.1.3",
    "vite": "^2.0.0-beta.64",
    "vue": "^3.0.5",
    "vue-router": "^4.0.2",
    "vuex": "^4.0.0"
  }
}
