sc-angular-toastify
Version:
Angular standalone toast notification library
39 lines • 980 B
JSON
{
"name": "sc-angular-toastify",
"version": "1.7.0",
"description": "Angular standalone toast notification library",
"author": "Satendra Rajput",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/satendracoder/sc-angular-npm-packages/tree/master/projects"
},
"keywords": [
"angular",
"toast",
"notification",
"standalone",
"angular-toast",
"angular-toastify",
"sc-angular-toastify"
],
"peerDependencies": {
"@angular/common": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
"@angular/core": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/sc-angular-toastify.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/sc-angular-toastify.mjs"
}
}
}