@hyahfoufi/ng-snotify
Version:
Angular 2+ alternative notifications center
69 lines • 1.44 kB
JSON
{
"name": "@hyahfoufi/ng-snotify",
"description": "Angular 2+ alternative notifications center",
"version": "18.0.0",
"homepage": "https://github.com/hyahfoufi/ng-snotify",
"repository": {
"type": "git",
"url": "https://github.com/hyahfoufi/ng-snotify"
},
"keywords": [
"angular",
"angular 16",
"angular 17",
"angular 18",
"ng",
"ng16",
"ng17",
"ng18",
"Angular16",
"Angular17",
"Angular18",
"16",
"17",
"18",
"Library",
"Notifications",
"Notification",
"Toast",
"toasts",
"promt",
"async",
"confirmation",
"notify",
"notie",
"notification-center",
"snotify",
"ng-snotify",
"ng16-snotify",
"ng17-snotify",
"ng18-snotify",
"ng-snotify",
"angular16 notifications",
"angular17 notifications",
"angular18 notifications",
"toaster"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "18",
"@angular/core": "18"
},
"dependencies": {
"tslib": "^2.3.0"
},
"module": "fesm2022/hyahfoufi-ng-snotify.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/hyahfoufi-ng-snotify.mjs",
"esm": "./esm2022/hyahfoufi-ng-snotify.mjs",
"default": "./fesm2022/hyahfoufi-ng-snotify.mjs"
}
},
"sideEffects": false
}