{
  "name": "typingfx",
  "author": "Mayank Kumar Chaudhari (https://mayank-chaudhari.vercel.app)",
  "private": false,
  "version": "1.1.2",
  "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.0.2",
    "@repo/eslint-config": "workspace:*",
    "@repo/typescript-config": "workspace:*",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^22.15.24",
    "@types/react": "^19.1.6",
    "@types/react-dom": "^19.1.5",
    "@vitejs/plugin-react": "^4.5.0",
    "@vitest/coverage-v8": "^3.1.4",
    "esbuild-plugin-rdi": "^0.0.0",
    "esbuild-plugin-react18": "0.2.6",
    "esbuild-plugin-react18-css": "^0.0.4",
    "happy-dom": "^17.5.6",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.1.4"
  },
  "peerDependencies": {
    "@types/react": ">=16.8",
    "next": ">=10",
    "react": ">=16.8"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    }
  },
  "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"
  ]
}
