ngx-tagify
Version:
Angular library that wraps @yaireo/tagify
46 lines • 1.08 kB
JSON
{
"name": "ngx-tagify",
"version": "18.0.0",
"description": "Angular library that wraps @yaireo/tagify",
"repository": {
"type": "git",
"url": "git+https://github.com/Brakebein/ngx-tagify.git"
},
"keywords": [
"angular",
"ngx",
"tagify",
"tags",
"tagging"
],
"author": "Brakebein",
"license": "MIT",
"bugs": {
"url": "https://github.com/Brakebein/ngx-tagify/issues"
},
"homepage": "https://github.com/Brakebein/ngx-tagify#readme",
"dependencies": {
"@types/yaireo__tagify": "^4.27.0",
"@yaireo/tagify": "^4.32.1",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"rxjs": ">=6.5.3"
},
"module": "fesm2022/ngx-tagify.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-tagify.mjs",
"esm": "./esm2022/ngx-tagify.mjs",
"default": "./fesm2022/ngx-tagify.mjs"
}
},
"sideEffects": false
}