{
  "name": "@viewfly/router",
  "version": "3.0.6",
  "description": "A routing library based on the Viewfly framework that can be run in the browser or Nodejs background.",
  "main": "./dist/index.js",
  "module": "./dist/index.esm.js",
  "typings": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist/**/*"
  ],
  "license": "MIT",
  "keywords": [],
  "dependencies": {
    "@tanbo/stream": "^1.2.4",
    "@viewfly/core": "^3.0.6",
    "url": "^0.11.4"
  },
  "devDependencies": {
    "rimraf": "^6.0.1",
    "tslib": "^2.8.1",
    "typescript": "~5.8.3",
    "vite": "^8.0.9",
    "vite-plugin-dts": "^4.5.4"
  },
  "author": {
    "name": "Tanbo",
    "email": "tanbohb@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viewfly/viewfly.git"
  },
  "bugs": {
    "url": "https://github.com/viewfly/viewfly/issues"
  },
  "scripts": {
    "build:lib": "rimraf dist && pnpm run build && rimraf dist/router",
    "build": "vite build --config vite.config.ts",
    "publish:lib": "npm run build:lib && npm publish --access=public"
  }
}