UNPKG

typingfx

Version:

Customizable, smooth, and snappy typing animations for React — built for natural, human-like effects with minimal config.

104 lines (103 loc) 2.81 kB
{ "name": "typingfx", "author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)", "private": false, "version": "1.2.0", "description": "Customizable, smooth, and snappy typing animations for React — built for natural, human-like effects with minimal config.", "license": "MPL-2.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "repository": "github:react18-tools/typingfx", "bugs": "https://github.com/react18-tools/typingfx/issues", "homepage": "https://github.com/react18-tools/typingfx/#readme", "sideEffects": false, "files": [ "dist/**" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./index.css": "./dist/index.css", "./dist/index.css": "./dist/index.css", "./css": "./dist/index.css", "./styles": "./dist/index.css" }, "scripts": { "build": "tsup && tsc -p tsconfig-build.json && gzip -c dist/index.js | wc -c", "clean": "rm -rf dist", "dev": "tsup --watch && tsc -p tsconfig-build.json -w", "typecheck": "tsc --noEmit", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "test": "vitest run --coverage" }, "devDependencies": { "@m2d/core": "^1.5.0", "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "@testing-library/react": "^16.3.0", "@types/node": "^24.1.0", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^4.7.0", "@vitest/coverage-v8": "^3.2.4", "esbuild-plugin-rdi": "^0.0.0", "esbuild-plugin-react18": "0.2.6", "esbuild-plugin-react18-css": "^0.0.4", "happy-dom": "^18.0.1", "react": "^19.1.1", "react-dom": "^19.1.1", "tsup": "^8.5.0", "typescript": "^5.9.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" }, "peerDependencies": { "@types/react": ">=16.8", "react": ">=16.8" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/react18-tools" }, { "type": "github", "url": "https://github.com/sponsors/mayank1513" } ], "keywords": [ "typingfx", "typing-animation", "typewriter-effect", "react-typing", "react-typewriter", "typed-text", "text-animation", "type-animation", "react-animation", "react-text-effects", "react-component", "customizable-typing", "modern-ui", "ui-component", "frontend-animation", "web-animation", "seamless-integration", "progressive-enhancement", "nextjs", "nextjs14", "nextjs15", "react19", "react18", "react-server-components", "mayank1513" ], "dependencies": { "kosha": "^1.3.0" } }