ngx-french-toast
Version:
<p align="center"> <img src="./projects/ngx-french-toast/logo.png" alt="ngx-french-toast logo" width="200px" /> </p>
37 lines • 823 B
JSON
{
"name": "ngx-french-toast",
"version": "20.0.0",
"license": "Apache-2.0",
"peerDependencies": {
"@angular/common": "20",
"@angular/core": "20",
"@angular/cdk": "20"
},
"repository": {
"url": "https://github.com/thiagopg84/ngx-french-toast/tree/master/projects/ngx-french-toast"
},
"homepage": "https://ngx-french-toast.netlify.app",
"dependencies": {
"tslib": "^2.3.0"
},
"keywords": [
"toast",
"angular",
"toastr",
"ngx-toastr",
"ngx-french-toast",
"ngx-french-toastr"
],
"module": "fesm2022/ngx-french-toast.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-french-toast.mjs"
}
},
"sideEffects": false
}