UNPKG

reminist

Version:

Blazing fast, zero-dependency, type-safe Radix Tree router for TypeScript/JavaScript.

70 lines (69 loc) 1.57 kB
{ "name": "reminist", "version": "v1.0.8", "description": "Blazing fast, zero-dependency, type-safe Radix Tree router for TypeScript/JavaScript.", "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", "typedoc": "typedoc" }, "repository": { "type": "git", "url": "git+https://github.com/AsterFlow/Reminist.git" }, "bugs": { "url": "https://github.com/AsterFlow/Reminist/issues" }, "homepage": "https://github.com/AsterFlow/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", "expect-type": "^1.3.0", "memoirist": "^0.3.1", "rou3": "^0.6.3", "tinybench": "^6.0.0", "tsup": "^8.5.1", "typedoc": "^0.28.17" }, "peerDependencies": { "typescript": "^5.8.3" } }