{
  "name": "@lottiefiles/dotlottie-vue",
  "version": "0.11.15",
  "type": "module",
  "description": "Vue wrapper around the dotlottie-web library",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LottieFiles/dotlottie-web.git",
    "directory": "packages/vue"
  },
  "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",
  "engines": {
    "node": ">=18.17.0",
    "npm": ">=9.5.0"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "dotlottie",
    "lottie",
    "player",
    "animation",
    "web",
    "canvas",
    "javascript",
    "vue"
  ],
  "peerDependencies": {
    "vue": "^3.3.4"
  },
  "dependencies": {
    "@lottiefiles/dotlottie-web": "0.74.0"
  },
  "devDependencies": {
    "@vue/runtime-dom": "^3.4.6",
    "@vue/tsconfig": "^0.9.1",
    "tsdown": "^0.21.10",
    "typescript": "6.0.3"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "biome check --write .",
    "stats:ts": "tsc -p tsconfig.build.json --extendedDiagnostics",
    "type-check": "tsc --noEmit"
  }
}