Files
php-flasher/src/Notyf/Prime/Resources/package.json
T

18 lines
415 B
JSON

{
"name": "@flasher/flasher-notyf",
"version": "2.5.0",
"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.0",
"notyf": "^3.10.0"
}
}