UNPKG

flashmessage-js

Version:

A modern, lightweight, and fully customizable flash message library for React applications

56 lines (55 loc) 1.32 kB
{ "name": "flashmessage-js", "version": "1.0.10", "description": "A modern, lightweight, and fully customizable flash message library for React applications", "scripts": { "build": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/adu-yeboah/flash-message" }, "homepage": "https://flashmessage-docs.vercel.app/", "keywords": [ "flash-message", "react", "tailwind", "notifications", "toast", "notifications", "alerts", "snackbar", "message", "notification", "react-component", "typescript" ], "files": [ "dist", "src" ], "author": "adu-yeboah", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/jest": "^30.0.0", "jest": "^30.2.0", "rollup": "^4.34.8", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-postcss": "^4.0.2", "typescript": "^5.8.2" }, "dependencies": { "@types/react": "^19.0.10", "react": "^19.0.0", "react-dom": "^19.0.0", "tslib": "^2.8.1" } }