UNPKG

ziko-toaster

Version:

🎉 Professional toast notification library with RTL support, animations, and zero dependencies

39 lines • 908 B
{ "name": "ziko-toaster", "version": "1.2.9", "description": "🎉 Professional toast notification library with RTL support, animations, and zero dependencies", "main": "dist/toast.min.js", "style": "dist/toast.css", "unpkg": "dist/toast.min.js", "jsdelivr": "dist/toast.min.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "npx terser src/toast.js -o dist/toast.min.js -c -m && npx cleancss -o dist/toast.min.css src/toast.css", "prepublishOnly": "npm run build" }, "keywords": [ "toast", "notification", "alert", "message", "snackbar", "rtl", "arabic" ], "author": { "name": "Ziad Mahmoud", "email": "ziadbobo78@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ZiadMahmoudas/Tostar.git" }, "devDependencies": { "terser": "^5.19.0" } }