{
  "name": "vue-router",
  "version": "4.0.15",
  "main": "dist/vue-router.cjs.js",
  "unpkg": "dist/vue-router.global.js",
  "jsdelivr": "dist/vue-router.global.js",
  "module": "dist/vue-router.esm-bundler.js",
  "types": "dist/vue-router.d.ts",
  "sideEffects": false,
  "funding": "https://github.com/sponsors/posva",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/router.git"
  },
  "bugs": {
    "url": "https://github.com/vuejs/router/issues"
  },
  "homepage": "https://github.com/vuejs/router#readme",
  "files": [
    "dist/*.js",
    "dist/vue-router.d.ts",
    "vetur/tags.json",
    "vetur/attributes.json",
    "README.md"
  ],
  "scripts": {
    "dev": "vite --config playground/vite.config.js",
    "release": "bash scripts/release.sh",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "build": "rollup -c rollup.config.js",
    "build:dts": "api-extractor run --local --verbose && tail -n +7 src/globalExtensions.ts >> dist/vue-router.d.ts",
    "build:playground": "vue-tsc --noEmit && vite build --config playground/vite.config.js",
    "build:e2e": "vue-tsc --noEmit && vite build --config e2e/vite.config.js",
    "build:size": "yarn run build && rollup -c size-checks/rollup.config.js",
    "dev:e2e": "vite --config e2e/vite.config.js",
    "docs": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "lint": "yarn run lint:script && yarn run lint:html",
    "lint:script": "prettier -c --parser typescript \"{src,__tests__,e2e,playground}/**/*.[jt]s?(x)\"",
    "lint:html": "prettier -c --parser html \"{playground,e2e}/**/*.html\"",
    "lint:fix": "yarn run lint:script --write && yarn run lint:html --write",
    "test:types": "tsc --build tsconfig.json",
    "test:dts": "tsc -p ./test-dts/tsconfig.json",
    "test:unit": "jest --coverage",
    "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn run test:e2e",
    "test:e2e": "yarn run test:e2e:headless && yarn run test:e2e:native",
    "test:e2e:headless": "node e2e/runner.js -e chrome-headless --skiptags no-headless",
    "test:e2e:native": "node e2e/runner.js -e chrome --tag no-headless",
    "test:e2e:ci": "node e2e/runner.js -e firefox --retries 2",
    "test:e2e:bs": "node e2e/runner.js --local -e edge_pre_chrome,android44 -c e2e/nightwatch.browserstack.js --tag browserstack"
  },
  "gitHooks": {
    "pre-commit": "lint-staged",
    "commit-msg": "node scripts/verifyCommit.js"
  },
  "lint-staged": {
    "*.js": [
      "prettier --write"
    ],
    "*.ts?(x)": [
      "prettier --parser=typescript --write"
    ]
  },
  "peerDependencies": {
    "vue": "^3.2.0"
  },
  "vetur": {
    "tags": "vetur/tags.json",
    "attributes": "vetur/attributes.json"
  },
  "dependencies": {
    "@vue/devtools-api": "^6.0.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.18.11",
    "@rollup/plugin-alias": "^3.1.4",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@rollup/plugin-replace": "^4.0.0",
    "@sucrase/jest-plugin": "^2.1.1",
    "@types/jest": "^27.4.1",
    "@types/jsdom": "^16.2.13",
    "@types/webpack": "^5.28.0",
    "@types/webpack-env": "^1.16.2",
    "@vitejs/plugin-vue": "^2.2.2",
    "@vue/compiler-sfc": "^3.2.31",
    "@vue/server-renderer": "^3.2.31",
    "@vue/test-utils": "^2.0.0-rc.3",
    "axios": "^0.26.0",
    "brotli": "^1.3.2",
    "browserstack-local": "^1.4.5",
    "chalk": "^4.1.0",
    "chromedriver": "^97.0.4",
    "connect-history-api-fallback": "^1.6.0",
    "conventional-changelog-cli": "^2.1.1",
    "css-loader": "^6.3.0",
    "dotenv": "^16.0.0",
    "faked-promise": "^2.2.2",
    "html-webpack-plugin": "^5.3.2",
    "jest": "^27.5.1",
    "jest-mock-warn": "^1.1.0",
    "lint-staged": "^12.3.4",
    "nightwatch": "^1.7.11",
    "nightwatch-helpers": "^1.2.0",
    "prettier": "^2.4.1",
    "rollup": "^2.68.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.0",
    "selenium-server": "^3.141.59",
    "serve-handler": "^6.1.3",
    "typescript": "~4.4.3",
    "vite": "~2.8.4",
    "vitepress": "^0.20.0",
    "vue": "^3.2.31",
    "vue-tsc": "^0.32.0",
    "yorkie": "^2.0.0"
  }
}
