{
	"name": "memoirist",
	"version": "1.0.3",
	"description": "Elysia's Radix Tree router for fast matching dynamic parameters",
	"author": {
		"name": "saltyAom",
		"url": "https://github.com/SaltyAom",
		"email": "saltyaom@gmail.com"
	},
	"types": "./dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.mjs",
			"require": "./dist/index.js"
		},
		"./lazy": {
			"types": "./dist/lazy.d.ts",
			"import": "./dist/lazy.mjs",
			"require": "./dist/lazy.js"
		},
		"./type": {
			"types": "./dist/type.d.ts",
			"import": "./dist/type.mjs",
			"require": "./dist/type.js"
		}
	},
	"keywords": [
		"elysia",
		"memoirist",
		"router"
	],
	"homepage": "https://github.com/SaltyAom/memoirist",
	"repository": {
		"type": "git",
		"url": "https://github.com/SaltyAom/memoirist"
	},
	"bugs": "https://github.com/SaltyAom/memoirist/issues",
	"license": "MIT",
	"scripts": {
		"dev": "bun run --watch example/index.ts",
		"test": "bun test",
		"build": "bun build.ts",
		"benchmark": "bun benchmarks/index.ts",
		"benchmark:memoirist": "bun benchmarks/libs/memoirist.ts",
		"bench:find": "bun benchmarks/find.bench.ts",
		"release": "npm run build && npm run test && npm publish --access public"
	},
	"devDependencies": {
		"@medley/router": "^0.2.1",
		"@types/bun": "^1.3.13",
		"@types/node": "24",
		"@types/trouter": "^3.1.4",
		"express": "^4.22.1",
		"find-my-way": "^7.7.0",
		"hono": "^4.12.15",
		"koa-tree-router": "^0.13.1",
		"mitata": "^1.0.34",
		"radix3": "^1.1.2",
		"raikiri": "^0.1.3",
		"trek-router": "^1.2.0",
		"trouter": "^4.0.0",
		"tsdown": "^0.21.10",
		"typescript": "6.0.3"
	}
}
