{
  "name": "boring-router",
  "version": "0.5.21-alpha.1",
  "description": "A type-safe MobX router with parallel routing support.",
  "license": "MIT",
  "author": "Chengdu Mufan Technology Co., Ltd.",
  "repository": {
    "type": "git",
    "url": "https://github.com/mufancom/boring-router.git"
  },
  "scripts": {
    "test": "jest"
  },
  "main": "./bld/library/cjs/index.js",
  "types": "./bld/library/cjs/index.d.ts",
  "exports": {
    "types": "./bld/library/cjs/index.d.ts",
    "import": "./bld/library/esm/index.js",
    "require": "./bld/library/cjs/index.js",
    "default": "./bld/library/cjs/index.js"
  },
  "peerDependencies": {
    "mobx": "6"
  },
  "devDependencies": {
    "@types/jest": "^29.4.0",
    "@types/lodash": "^4.14.191",
    "jest": "^29.4.2",
    "mobx": "^6.8.0",
    "ts-jest": "^29.0.5"
  },
  "dependencies": {
    "hyphenate": "^0.2.5",
    "lodash": "^4.17.21",
    "tslang": "^0.1.27",
    "tslib": "^2.5.0"
  },
  "gitHead": "08927e8b860384fa0c6815d70b6cadeb93979b94"
}
