elaw-common
Version:
Angular common directives library with clickable, click-outside and auto-focus directives
44 lines • 1.12 kB
JSON
{
"name": "elaw-common",
"version": "2.0.0",
"description": "Angular common directives library with clickable, click-outside and auto-focus directives",
"keywords": [
"angular",
"directives",
"clickable",
"click-outside",
"auto-focus",
"library"
],
"author": "Yael Doukhan",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://dev.azure.com/eLawProject/eLaw/_git/digital-legislation-libs"
},
"homepage": "https://dev.azure.com/eLawProject/eLaw/_git/digital-legislation-libs",
"bugs": {
"url": "https://dev.azure.com/eLawProject/eLaw/_workitems"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/elaw-common.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/elaw-common.mjs",
"esm": "./esm2022/elaw-common.mjs",
"default": "./fesm2022/elaw-common.mjs"
}
}
}