UNPKG

customizable-toast-notification

Version:

A lightweight, zero-dependency toast notification library for modern JavaScript applications with production-grade reliability and comprehensive system mechanisms

99 lines (98 loc) 2.66 kB
{ "name": "customizable-toast-notification", "version": "3.4.1", "description": "A lightweight, zero-dependency toast notification library for modern JavaScript applications with production-grade reliability and comprehensive system mechanisms", "type": "module", "main": "dist/index.cjs", "module": "dist/index.esm.mjs", "unpkg": "dist/index.umd.js", "jsdelivr": "dist/index.umd.js", "exports": { "import": "./dist/index.esm.mjs", "require": "./dist/index.cjs", "default": "./dist/index.umd.js" }, "scripts": { "postinstall": "node postinstall.js", "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "javascript", "javascript-library", "vanilla-js", "notification", "toast-notification", "ui-component", "zero-dependency", "customizable", "lightweight", "production-ready", "framework-agnostic", "fallback-system", "alert", "popup", "message", "library", "npm", "umd", "esm", "cjs", "cdn", "toast", "toast-library", "toast-alert", "toast-message", "custom-notification", "popup-notification", "frontend", "message-popup", "npm-library", "npm-toast-package", "customizable-toast-notification", "component", "toast-component", "notification-component", "customisable", "customisable-toast-notification", "react-component", "react-toast", "frontend", "frontend-library", "custom-toast" ], "author": { "name": "Priyanshu Patel", "email": "priyanshu.alt191@gmail.com", "url": "https://github.com/sammy-cool" }, "license": "Apache-2.0", "files": [ "postinstall.js", "dist", "README.md", "LICENSE", "CHANGELOG.md" ], "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^6.0.1", "@rollup/plugin-terser": "^0.4.4", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "postcss-import": "^16.1.1", "rollup": "^2.78.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-visualizer": "^5.12.0" }, "repository": { "type": "git", "url": "git+https://github.com/sammy-cool/customizable-toast-notification.git" }, "bugs": { "url": "https://github.com/sammy-cool/customizable-toast-notification/issues" }, "homepage": "https://github.com/sammy-cool/customizable-toast-notification#readme" }