{
  "version": "0.10.0",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "tsdx build"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "name": "vue-routider",
  "description": "Make vue-router type safe. (Not compatible with vue-router@3)",
  "author": "sapphi-red",
  "keywords": [
    "vue",
    "router",
    "routing",
    "vue-router",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/sapphi-red/vue-routider/issues"
  },
  "homepage": "https://github.com/sapphi-red/vue-routider#readme",
  "module": "dist/vue-routider.esm.js",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^3.10.1",
    "@typescript-eslint/parser": "^3.10.1",
    "@vue/test-utils": "^2.0.0-beta.3",
    "eslint": "^7.8.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "husky": "^4.2.5",
    "prettier": "^2.1.1",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2",
    "vue": "^3.0.0-rc.9",
    "vue-router": "^4.0.0-beta.7"
  },
  "dependencies": {
    "tiny-warning": "^1.0.3"
  },
  "peerDependencies": {
    "vue": "^3.0.0",
    "vue-router": "^4.0.0"
  },
  "sideEffects": false,
  "browserslist": [
    "last 1 chrome version"
  ]
}
