{
  "name": "svelte-thinking-orbs",
  "version": "0.1.0",
  "license": "MIT",
  "author": "Alexis Garcia <alexisgvrcia@gmail.com>",
  "description": "Dotted thought-orb indicators for AI and agent UIs in Svelte 5, with nine tuned states and theme-aware rendering.",
  "homepage": "https://svelte-thinking-orbs.alexisgvrcia.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexisgvrcia/svelte-thinking-orbs.git"
  },
  "bugs": "https://github.com/alexisgvrcia/svelte-thinking-orbs/issues",
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "svelte": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js"
    }
  },
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.4",
    "@fontsource-variable/geist": "5.3.0",
    "@sveltejs/adapter-auto": "7.0.1",
    "@sveltejs/kit": "2.70.1",
    "@sveltejs/package": "2.5.8",
    "@sveltejs/vite-plugin-svelte": "7.2.0",
    "@tailwindcss/vite": "4.3.3",
    "@types/node": "26.1.1",
    "publint": "0.3.21",
    "sugar-high": "1.2.1",
    "svelte": "5.56.7",
    "svelte-check": "4.7.3",
    "tailwindcss": "4.3.3",
    "typescript": "6.0.3",
    "vite": "8.1.5"
  },
  "keywords": [
    "svelte",
    "svelte5",
    "animation",
    "canvas",
    "thinking",
    "loading",
    "ui",
    "component"
  ],
  "scripts": {
    "dev": "vite dev",
    "build": "vite build && npm run prepack",
    "preview": "vite preview",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
    "test:presets": "svelte-kit sync && svelte-package && node scripts/check-presets.mjs",
    "lint": "biome check .",
    "format": "biome format --write ."
  }
}