@contextjs/routing
Version:
Declarative, fast, and extensible route matching for ContextJS applications.
40 lines • 912 B
JSON
{
"name": "@contextjs/routing",
"version": "25.0.0-beta.3",
"description": "Declarative, fast, and extensible route matching for ContextJS applications.",
"main": "api/index.js",
"types": "api/index.d.ts",
"type": "module",
"license": "MIT",
"author": "ContextJS",
"repository": {
"type": "git",
"url": "git+https://github.com/contextjs/context.git",
"directory": "src/routing"
},
"dependencies": {
"reflect-metadata": "^0.2.2"
},
"peerDependencies": {
"@contextjs/system": "25.0.0-beta.3",
"@contextjs/collections": "25.0.0-beta.3"
},
"exports": {
".": {
"import": "./api/index.js",
"types": "./api/index.d.ts"
}
},
"keywords": [
"contextjs",
"routing",
"router",
"route-matching",
"parameterized-routing",
"typescript",
"dependency-injection",
"path-matching",
"fluent-api",
"framework"
]
}