UNPKG

hot-toast-bokzor

Version:

Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.

60 lines 1.45 kB
{ "name": "hot-toast-bokzor", "version": "0.0.0-development", "description": "Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.", "peerDependencies": { "@angular/common": ">= 20.0.0", "@angular/core": ">= 20.0.0", "@ngneat/overview": "6.1.1" }, "keywords": [ "angular", "angular 2", "hot-toast", "ngneat hot-toast", "ngxpert", "ngxpert hot-toast", "angular toast", "angular notifications", "angular notifications library", "angular notifications component", "angular notifications library" ], "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/bokzor/hot-toast/issues" }, "homepage": "https://github.com/bokzor/hot-toast#readme", "repository": { "type": "git", "url": "https://github.com/bokzor/hot-toast" }, "exports": { "./styles.css": { "style": "./src/styles/styles.css" }, "./styles": { "sass": "./src/styles/styles.scss" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/hot-toast-bokzor.mjs" } }, "ng-add": { "save": true }, "schematics": "./schematics/collection.json", "module": "fesm2022/hot-toast-bokzor.mjs", "typings": "index.d.ts", "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }