{
  "name": "@lottiefiles/dotlottie-wc",
  "version": "0.9.10",
  "type": "module",
  "description": "Web component wrapper around the dotlottie-web library",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LottieFiles/dotlottie-web.git",
    "directory": "packages/wc"
  },
  "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>"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "dotlottie",
    "lottie",
    "player",
    "animation",
    "web",
    "canvas",
    "javascript",
    "lottiefiles",
    "dotlottie-web",
    "thorvg",
    "web-component"
  ],
  "dependencies": {
    "lit": "^3.2.1",
    "@lottiefiles/dotlottie-web": "0.69.0"
  },
  "devDependencies": {
    "@vitest/browser": "^4.0.18",
    "@vitest/browser-playwright": "^4.0.18",
    "@vitest/coverage-istanbul": "^4.0.18",
    "tsdown": "^0.20.3",
    "typescript": "5.9.3",
    "vitest": "^4.0.18"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "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 --watch",
    "type-check": "tsc --noEmit"
  }
}