{
  "name": "@lottiefiles/dotlottie-svelte",
  "version": "0.10.4",
  "type": "module",
  "description": "Svelte component wrapper around the dotlottie-web library to render Lottie and dotLottie animations",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LottieFiles/dotlottie-web.git",
    "directory": "packages/svelte"
  },
  "homepage": "https://github.com/LottieFiles/dotlottie-web#readme",
  "bugs": "https://github.com/LottieFiles/dotlottie-web/issues",
  "author": "LottieFiles",
  "contributors": [
    "Abdelrahman Ashraf <a.theashraf@gmail.com>"
  ],
  "maintainers": [
    "Abdelrahman Ashraf <a.theashraf@gmail.com>"
  ],
  "svelte": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "svelte": "./dist/index.js",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18.17.0",
    "npm": ">=9.5.0"
  },
  "peerDependencies": {
    "svelte": "^5.0.0"
  },
  "dependencies": {
    "@lottiefiles/dotlottie-web": "0.75.0"
  },
  "devDependencies": {
    "@sveltejs/adapter-auto": "^7.0.1",
    "@sveltejs/kit": "^2.58.0",
    "@sveltejs/package": "^2.5.7",
    "@sveltejs/vite-plugin-svelte": "^6.2.4",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^25.6.0",
    "@vitest/browser": "^4.0.18",
    "@vitest/browser-playwright": "^4.0.18",
    "@vitest/coverage-istanbul": "^4.0.18",
    "publint": "^0.3.17",
    "svelte": "^5.55.5",
    "svelte-check": "^4.4.6",
    "tslib": "^2.4.1",
    "typescript": "6.0.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.18",
    "vitest-browser-svelte": "^2.0.2"
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "dev": "vite dev",
    "build": "vite build && npm run package",
    "preview": "vite preview",
    "package": "svelte-kit sync && svelte-package && publint",
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
    "lint": "biome check .",
    "format": "biome check --write .",
    "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics",
    "test": "vitest run --browser.headless",
    "test:coverage": "vitest run --browser.headless --coverage",
    "test:watch": "vitest",
    "type-check": "tsc --noEmit"
  }
}