notify-dash
Version:
A modern, beautiful toast notification library for Angular
45 lines • 1.06 kB
JSON
{
"name": "notify-dash",
"version": "1.0.2",
"description": "A modern, beautiful toast notification library for Angular",
"keywords": [
"angular",
"toast",
"notification",
"alert",
"toaster",
"angular-toaster",
"toast-for-angular",
"angular-toast",
"toasts",
"angular-notification",
"angular-alert"
],
"author": "Muhammad Nasir Ayub",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mnasirayub/premium-toasts.git"
},
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"module": "fesm2022/notify-dash.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/notify-dash.mjs",
"esm": "./esm2022/notify-dash.mjs",
"default": "./fesm2022/notify-dash.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}