{
  "name": "@animotion/core",
  "version": "1.5.3",
  "description": "Core components for Animotion",
  "author": "animotionjs",
  "homepage": "https://animotion.pages.dev/",
  "bugs": "https://github.com/animotionjs/animotion/issues",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/animotionjs/animotion.git"
  },
  "keywords": [
    "svelte",
    "sveltekit",
    "animation",
    "library"
  ],
  "svelte": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js"
    },
    "./theme": "./dist/styles/theme.css"
  },
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "!dist/**/*.spec.*"
  ],
  "devDependencies": {
    "@sveltejs/adapter-auto": "^7.0.1",
    "@sveltejs/kit": "^2.70.0",
    "@sveltejs/package": "^2.5.8",
    "@types/eslint": "^9.6.1",
    "@types/node": "^26.1.1",
    "@vitest/browser-playwright": "^4.1.10",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-svelte": "^3.20.0",
    "globals": "^17.7.0",
    "playwright": "^1.61.1",
    "prettier": "^3.9.5",
    "prettier-plugin-svelte": "^4.1.1",
    "prettier-plugin-tailwindcss": "^0.8.1",
    "publint": "^0.3.21",
    "svelte": "5.56.6",
    "svelte-check": "^4.7.3",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "8.64.0",
    "vite": "^8.1.5",
    "vitest": "^4.1.10",
    "vitest-browser-svelte": "^3.0.0"
  },
  "dependencies": {
    "@animotion/motion": "^2.0.3",
    "@fontsource/atkinson-hyperlegible": "^5.2.8",
    "@fontsource/monaspace-neon": "^5.2.5",
    "@tailwindcss/vite": "4.3.3",
    "reveal.js": "6.0.1",
    "shiki": "^4.3.1",
    "@shikijs/magic-move": "^4.3.1",
    "tailwindcss": "4.3.3"
  },
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "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",
    "lint": "prettier --check . && eslint .",
    "format": "prettier --write .",
    "test": "vitest"
  }
}