1 | {
|
2 | "name": "ngx-toastr",
|
3 | "version": "19.0.0",
|
4 | "peerDependencies": {
|
5 | "@angular/core": ">=16.0.0-0",
|
6 | "@angular/common": ">=16.0.0-0",
|
7 | "@angular/platform-browser": ">=16.0.0-0"
|
8 | },
|
9 | "exports": {
|
10 | "./toastr": {
|
11 | "default": "./toastr.css"
|
12 | },
|
13 | "./toastr-old": {
|
14 | "default": "./toastr-old.css"
|
15 | },
|
16 | "./toastr-bs4-alert": {
|
17 | "default": "./toastr-bs4-alert.scss"
|
18 | },
|
19 | "./toastr-bs5-alert": {
|
20 | "default": "./toastr-bs5-alert.scss"
|
21 | },
|
22 | "./package.json": {
|
23 | "default": "./package.json"
|
24 | },
|
25 | ".": {
|
26 | "types": "./index.d.ts",
|
27 | "esm2022": "./esm2022/ngx-toastr.mjs",
|
28 | "esm": "./esm2022/ngx-toastr.mjs",
|
29 | "default": "./fesm2022/ngx-toastr.mjs"
|
30 | }
|
31 | },
|
32 | "repository": "scttcper/ngx-toastr",
|
33 | "homepage": "https://ngx-toastr.vercel.app",
|
34 | "license": "MIT",
|
35 | "description": "Toastr for Angular",
|
36 | "keywords": [
|
37 | "ng2",
|
38 | "ngx",
|
39 | "ngx-toastr",
|
40 | "toastr-ng2",
|
41 | "angular",
|
42 | "angular2",
|
43 | "typescript",
|
44 | "alert",
|
45 | "toast",
|
46 | "toastr",
|
47 | "angular toastr",
|
48 | "notifications"
|
49 | ],
|
50 | "ng-update": {},
|
51 | "publishConfig": {
|
52 | "access": "public",
|
53 | "provenance": true
|
54 | },
|
55 | "release": {
|
56 | "branches": [
|
57 | "master"
|
58 | ]
|
59 | },
|
60 | "module": "fesm2022/ngx-toastr.mjs",
|
61 | "typings": "index.d.ts",
|
62 | "sideEffects": false,
|
63 | "dependencies": {
|
64 | "tslib": "^2.3.0"
|
65 | }
|
66 | }
|