@this-dot/route-config
Version:
A library containing directives and services for configuring components via Route's routeData property
46 lines • 1.24 kB
JSON
{
"name": "@this-dot/route-config",
"version": "1.2.6",
"description": "A library containing directives and services for configuring components via Route's routeData property",
"license": "MIT",
"author": "This Dot Labs",
"homepage": "https://github.com/thisdot/open-source/tree/main/libs/route-config#readme",
"repository": {
"type": "git",
"url": "https://github.com/thisdot/open-source.git"
},
"bugs": {
"url": "https://github.com/thisdot/open-source/issues"
},
"keywords": [
"angular",
"javascript",
"typescript",
"directive",
"router",
"route-config"
],
"peerDependencies": {
"@angular/common": ">= 12.0.0 < 17",
"@angular/core": ">= 12.0.0 < 17",
"@angular/router": ">= 12.0.0 < 17",
"rxjs": ">=7.0.0"
},
"dependencies": {
"tslib": "^2.2.0"
},
"module": "fesm2022/this-dot-route-config.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/this-dot-route-config.mjs",
"esm": "./esm2022/this-dot-route-config.mjs",
"default": "./fesm2022/this-dot-route-config.mjs"
}
},
"sideEffects": false
}