{
  "name": "@cleocode/animations",
  "version": "2026.8.9",
  "type": "module",
  "description": "CLEO terminal animations — braille spinners, progress bars, and sparks for the cleo CLI and CleoOS. Forked from gunnargray-dev/unicode-animations (MIT).",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/kryptobaseddev/cleo/tree/main/packages/animations",
  "bugs": {
    "url": "https://github.com/kryptobaseddev/cleo/issues"
  },
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "import": "./dist/src/index.js"
    },
    "./braille": {
      "types": "./dist/src/braille.d.ts",
      "import": "./dist/src/braille.js"
    },
    "./animate-context": {
      "types": "./dist/src/animate-context.d.ts",
      "import": "./dist/src/animate-context.js"
    },
    "./progress": {
      "types": "./dist/src/progress.d.ts",
      "import": "./dist/src/progress.js"
    },
    "./spark": {
      "types": "./dist/src/spark.d.ts",
      "import": "./dist/src/spark.js"
    },
    "./spinner-handle": {
      "types": "./dist/src/spinner-handle.d.ts",
      "import": "./dist/src/spinner-handle.js"
    },
    "./render": {
      "types": "./dist/src/render/index.d.ts",
      "import": "./dist/src/render/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "bin": {
    "cleocode-animations": "./scripts/demo.cjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kryptobaseddev/cleo.git",
    "directory": "packages/animations"
  },
  "keywords": [
    "cleo",
    "animations",
    "braille",
    "spinner",
    "unicode",
    "terminal",
    "cli"
  ],
  "author": "CLEO Code <hello@cleocode.dev> (https://cleocode.dev)",
  "license": "MIT",
  "engines": {
    "node": ">=24.16.0"
  },
  "dependencies": {
    "@cleocode/contracts": "2026.8.9"
  },
  "devDependencies": {
    "@types/node": "^24.3.0",
    "typescript": "^6.0.2",
    "vitest": "^4.1.4"
  },
  "scripts": {
    "build": "rm -rf dist && tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit",
    "test": "cd ../.. && vitest run packages/animations/src"
  }
}