{
  "name": "@real-router/hash-plugin",
  "version": "0.8.24",
  "type": "commonjs",
  "description": "Hash-based routing plugin for Real-Router",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/esm/index.d.mts",
  "exports": {
    ".": {
      "@real-router/internal-source": "./src/index.ts",
      "types": {
        "import": "./dist/esm/index.d.mts",
        "require": "./dist/cjs/index.d.ts"
      },
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greydragon888/real-router.git"
  },
  "keywords": [
    "real-router",
    "hash",
    "routing",
    "navigation"
  ],
  "author": {
    "name": "Oleg Ivanov",
    "email": "greydragon888@gmail.com",
    "url": "https://github.com/greydragon888"
  },
  "license": "MIT",
  "homepage": "https://github.com/greydragon888/real-router",
  "bugs": {
    "url": "https://github.com/greydragon888/real-router/issues"
  },
  "sideEffects": false,
  "dependencies": {
    "@real-router/core": "^0.81.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "~6.9.1",
    "jsdom": "29.1.1"
  },
  "scripts": {
    "test": "vitest",
    "test:properties": "vitest run --config vitest.config.properties.mts",
    "test:stress": "vitest --config vitest.config.stress.mts --run",
    "type-check": "tsc --noEmit",
    "lint": "eslint --cache --ext .ts src/ tests/ --max-warnings 0",
    "lint:fix": "eslint --cache --ext .ts src/ tests/ --fix --max-warnings 0",
    "bundle": "tsdown --config-loader unrun"
  }
}