Files
php-flasher/src/Toastr/Prime/Resources/package.json
T
2024-10-05 15:34:57 +01:00

21 lines
487 B
JSON

{
"name": "@flasher/flasher-toastr",
"version": "2.1.0",
"type": "module",
"license": "MIT",
"main": "dist/flasher-toastr.cjs.js",
"module": "dist/flasher-toastr.esm.js",
"browser": "dist/flasher-toastr.umd.js",
"types": "dist/toastr.d.ts",
"scripts": {
"ncu": "ncu -u"
},
"peerDependencies": {
"@flasher/flasher": "^2.1.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"@types/toastr": "^2.1.43"
}
}