{
   "name": "anime-ts",
   "version": "5.0.3",
   "description": "A lightweight and flexible JS/TS animation library that provides smooth animation with precise control. Features include customizable durations, timing functions, delays, and lifecycle hooks. Perfect for creating performant web animations with minimal overhead.",
   "type": "module",
   "main": "./lib/index.js",
   "module": "./lib/index.js",
   "types": "./lib/index.d.ts",
   "exports": {
      ".": {
         "import": "./lib/index.js",
         "types": "./lib/index.d.ts"
      }
   },
   "scripts": {
      "build": "rimraf lib && tsc",
      "prepare": "npm run build"
   },
   "keywords": [
      "anime-ts",
      "anime",
      "anime ts",
      "animation",
      "css-transitions",
      "web-animation",
      "typescript",
      "javascript",
      "dom-animation",
      "transition",
      "animate",
      "ui-animation",
      "front-end",
      "web-development",
      "animation-library",
      "performance",
      "lightweight",
      "css-animation",
      "animation-control"
   ],
   "author": "Mohammad Gholami",
   "license": "MIT",
   "files": [
      "lib/**/*",
      "LICENSE.md"
   ]
}
