UNPKG

@christophhu/ngx-notifications

Version:

An Angular notifications library to create beautiful notifications with animations.

43 lines 1.09 kB
{ "name": "@christophhu/ngx-notifications", "version": "19.2.1", "description": "An Angular notifications library to create beautiful notifications with animations.", "license": "MIT", "author": { "name": "Christoph Huschenhoefer", "email": "christoph@nxt.codes" }, "keywords": [ "angular", "notifications", "animations", "npm" ], "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/christophhu/ngx-notifications.git" }, "bugs": { "url": "https://github.com/christophhu/ngx-notifications/issues" }, "homepage": "https://github.com/christophhu/ngx-notifications#readme", "peerDependencies": { "@angular/common": "^19.2.0", "@angular/core": "^19.2.0" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/christophhu-ngx-notifications.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/christophhu-ngx-notifications.mjs" } } }