{
  "name": "@blumjs/router",
  "version": "7.11.0",
  "description": "Роутер для vk-mini-apps",
  "exports": {
    ".": "./dist/index.js"
  },
  "type": "module",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "build:watch": "tsc && vite build --watch",
    "dev": "vite",
    "deploy": "npm run build && npm publish"
  },
  "keywords": [
    "vk-mini-app",
    "vk-mini-apps",
    "route",
    "router",
    "blum",
    "blumjs",
    "hook"
  ],
  "author": "XtereO",
  "license": "ISC",
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.1",
    "@types/node": "^20.2.5",
    "@types/react": "^18.2.7",
    "@types/react-dom": "^18.2.4",
    "@vitejs/plugin-react": "^4.0.0",
    "effector": "^22.8.6",
    "effector-react": "^22.5.3",
    "rollup-plugin-typescript-paths": "^1.4.0",
    "tslib": "^2.5.2",
    "typescript": "^5.0.4",
    "vite": "^4.3.9"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
