@ngneat/cmdk
Version:
<p align="center"> <img width="20%" height="20%" src="./src/assets/ngneat%20cdk.svg"> </p>
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "@ngneat/cmdk",
"version": "2.0.0",
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">16.0.0"
},
"dependencies": {
"tslib": "^2.3.0",
"@ngneat/overview": ">=5.0.0",
"@ngneat/until-destroy": ">=10.0.0",
"@angular/cdk": ">=16.0.0"
},
"keywords": [
"angular",
"angular 2",
"cmdk",
"menu",
"anglar menu"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/ngneat/cmdk/issue"
},
"homepage": "https://github.com/ngneat/cmdk#readme",
"repository": {
"type": "git",
"url": "https://github.com/ngneat/cmdk"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/ngneat-cmdk.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngneat-cmdk.mjs",
"esm": "./esm2022/ngneat-cmdk.mjs",
"default": "./fesm2022/ngneat-cmdk.mjs"
}
},
"sideEffects": false
}