UNPKG

1.41 kBJSONView Raw
1{
2 "name": "ngx-toastr",
3 "version": "15.0.0",
4 "peerDependencies": {
5 "@angular/core": ">=14.0.0-0",
6 "@angular/common": ">=14.0.0-0",
7 "@angular/platform-browser": ">=14.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 "./package.json": {
20 "default": "./package.json"
21 },
22 ".": {
23 "types": "./index.d.ts",
24 "esm2020": "./esm2020/ngx-toastr.mjs",
25 "es2020": "./fesm2020/ngx-toastr.mjs",
26 "es2015": "./fesm2015/ngx-toastr.mjs",
27 "node": "./fesm2015/ngx-toastr.mjs",
28 "default": "./fesm2020/ngx-toastr.mjs"
29 }
30 },
31 "repository": "scttcper/ngx-toastr",
32 "homepage": "https://ngx-toastr.vercel.app",
33 "license": "MIT",
34 "description": "Toastr for Angular",
35 "keywords": [
36 "ng2",
37 "ngx",
38 "ngx-toastr",
39 "toastr-ng2",
40 "angular",
41 "angular2",
42 "typescript",
43 "alert",
44 "toast",
45 "toastr",
46 "angular toastr",
47 "notifications"
48 ],
49 "module": "fesm2015/ngx-toastr.mjs",
50 "es2020": "fesm2020/ngx-toastr.mjs",
51 "esm2020": "esm2020/ngx-toastr.mjs",
52 "fesm2020": "fesm2020/ngx-toastr.mjs",
53 "fesm2015": "fesm2015/ngx-toastr.mjs",
54 "typings": "index.d.ts",
55 "sideEffects": false,
56 "dependencies": {
57 "tslib": "^2.3.0"
58 }
59}