UNPKG

@bishal-shrestha/react-typewriter

Version:

A flexible and scalable React component for typing effect with multi-line support

93 lines (92 loc) 2.32 kB
{ "name": "@bishal-shrestha/react-typewriter", "version": "1.0.0", "description": "A flexible and scalable React component for typing effect with multi-line support", "author": { "name": "Bishal Shrestha", "url": "https://github.com/shrestha-bishal" }, "bugs": { "url": "https://github.com/shrestha-bishal/react-typewriter/issues" }, "license": "MIT", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://react-typewriter-docs.netlify.app", "repository": { "type": "git", "url": "git+https://github.com/shrestha-bishal/react-typewriter.git" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/shrestha-bishal" }, { "type": "buy-me-a-coffee", "url": "https://www.buymeacoffee.com/shresthabishal" }, { "type": "other", "url": "https://thanks.dev/gh/shrestha-bishal" } ], "sideEffects": false, "files": [ "dist", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "rollup": "^3.0.0", "rollup-plugin-typescript2": "^0.31.2", "typescript": "^5.0.0" }, "keywords": [ "react", "react-component", "react-typewriter", "typewriter", "typewriter-effect", "react-typing", "typing-effect", "typing-animation", "animated-text", "text-animation", "react-animated-text", "react-text-effects", "react-text-animation", "react-ui", "react-ui-components", "text-effects", "react-fx", "react-looping-text", "typewriter-react", "react-typist", "text-typing", "animated-typewriter", "auto-typing", "react-auto-typing", "text-animation-react", "react-type-effect", "react-text-display", "typewriter-component", "looping-text", "react-typing-component" ] }