mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
21 lines
487 B
JSON
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"
|
|
}
|
|
}
|