mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
18 lines
415 B
JSON
18 lines
415 B
JSON
{
|
|
"name": "@flasher/flasher-notyf",
|
|
"version": "2.5.1",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"main": "dist/flasher-notyf.cjs.js",
|
|
"module": "dist/flasher-notyf.esm.js",
|
|
"browser": "dist/flasher-notyf.umd.js",
|
|
"types": "dist/notyf.d.ts",
|
|
"scripts": {
|
|
"ncu": "ncu -u"
|
|
},
|
|
"peerDependencies": {
|
|
"@flasher/flasher": "^2.5.1",
|
|
"notyf": "^3.10.0"
|
|
}
|
|
}
|