UNPKG

customizable-toast-notification

Version:

A lightweight and highly customizable toast notification library or component for modern web applications.

96 lines (95 loc) 2.53 kB
{ "name": "customizable-toast-notification", "version": "3.3.1", "description": "A lightweight and highly customizable toast notification library or component for modern web applications.", "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": [ "toast", "toast library", "toast notification", "toast ui", "toast alert", "toast message", "notification", "ui notification", "custom notification", "javascript", "javascript library", "popup", "popup notification", "alert", "frontend", "ui notification", "library", "message popup", "npm library", "npm", "npm toast package", "customizable", "customizable toast notification", "component", "toast component", "notification component", "customisable", "customisable toast notification", "react component", "react toast", "frontend", "frontend library", "ESM", "CJS", "cdn", "umd", "notification", "custom-toast", "vanilla-js", "lightweight" ], "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" ], "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-postcss": "^4.0.2", "rollup-plugin-size-snapshot": "^0.12.0", "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" }