{
  "name": "@mcpronovost/okp-router",
  "description": "A lightweight routing solution specifically designed for Vite-based projects with multilingual support.",
  "version": "0.4.2",
  "author": "M-C Pronovost",
  "homepage": "https://github.com/mcpronovost/okp-router",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcpronovost/okp-router.git"
  },
  "type": "module",
  "license": "BSD-3-Clause",
  "main": "router/index.ts",
  "private": false,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "typescript": "^5.0.0"
  },
  "peerDependencies": {
    "vite": "^6.0.0"
  },
  "keywords": [
    "okp",
    "okp-router",
    "router",
    "routing",
    "multilingual",
    "vite",
    "react"
  ],
  "bugs": {
    "url": "https://github.com/mcpronovost/okp-router/issues"
  }
}
