@serene-dev/toast-notifications
Version:
This is an Angular Toast Notification library.
37 lines • 856 B
JSON
{
"name": "@serene-dev/toast-notifications",
"version": "20.0.0",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"rxjs": "7.8.1"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"author": {
"name": "Ahmed Lawal",
"email": "ahmeddapo0110@gmail.com",
"url": "https://serene-dev.xyz/portfolio"
},
"homepage": "https://serene-dev.xyz/documentations/toast-notifications",
"keywords": [
"serene-dev",
"ng",
"angular",
"toast-notification",
"notification"
],
"module": "fesm2022/serene-dev-toast-notifications.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/serene-dev-toast-notifications.mjs"
}
}
}