{
  "name": "reminist",
  "version": "1.0.5",
  "main": "dist/cjs/index.cjs",
  "module": "dist/mjs/index.js",
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "type": "module",
  "license": "MIT",
  "author": "Ashu11-A",
  "keywords": [
    "typescript",
    "router",
    "routing",
    "radix-tree",
    "trie",
    "performance",
    "high-performance",
    "fast",
    "lightweight",
    "zero-dependency",
    "nodejs",
    "bun",
    "deno",
    "javascript",
    "url-router",
    "path-matching",
    "type-safe",
    "optimized",
    "low-latency"
  ],
  "scripts": {
    "dev": "bun run --inspect-brk=ws://localhost:6499 test.ts",
    "build": "bun run build.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ashu11-A/Reminist.git"
  },
  "bugs": {
    "url": "https://github.com/Ashu11-A/Reminist/issues"
  },
  "homepage": "https://github.com/Ashu11-A/Reminist",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "dts-bundle-generator": "^9.5.1",
    "memoirist": "^0.3.0",
    "rou3": "^0.6.1",
    "tinybench": "^4.0.1",
    "tsup": "^8.5.0"
  },
  "peerDependencies": {
    "typescript": "^5.8.3"
  }
}
