{
  "name": "@tinkoff/router",
  "version": "0.6.302",
  "description": "router",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "module": "lib/index.es.js",
  "browser": {
    "./lib/index.es.js": "./lib/index.browser.js",
    "./lib/router/server.js": "./lib/router/browser.js"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tramvaijs/tramvai.git"
  },
  "scripts": {
    "build": "tramvai-build --forPublish --preserveModules",
    "watch": "tsc -w"
  },
  "dependencies": {
    "@tinkoff/hook-runner": "0.8.4",
    "@tinkoff/react-hooks": "0.5.4",
    "@tinkoff/url": "0.12.4",
    "@tinkoff/utils": "^2.1.2",
    "use-sync-external-store": "^1.4.0"
  },
  "peerDependencies": {
    "@tramvai/core": "6.82.41",
    "react": ">=16.14.0",
    "tslib": "^2.4.0"
  },
  "sideEffects": false,
  "devDependencies": {
    "@types/use-sync-external-store": "^0.0.3",
    "object-sizeof": "^1.6.1"
  },
  "license": "Apache-2.0"
}
