{
  "name": "@dotlottie/react-player",
  "version": "1.6.19",
  "type": "module",
  "description": "dotlottie animation player react component.",
  "repository": "https://github.com/dotlottie/player-component.git",
  "homepage": "https://dotlottie.io/players",
  "bugs": "https://github.com/dotlottie/player-component/issues",
  "author": "Afsal <afsal@lottiefiles.com>",
  "license": "MIT",
  "module": "dist/index.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "dotlottie",
    "animation",
    "react",
    "component",
    "player",
    "react"
  ],
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "@dotlottie/common": "0.7.11"
  },
  "devDependencies": {
    "@lottiefiles/lottie-types": "^1.2.0",
    "@types/react": "^16.8.0",
    "@types/react-dom": "^16.8.0",
    "@vitejs/plugin-react": "^3.1.0",
    "autoprefixer": "^10.4.17",
    "axe-core": "^4.7.2",
    "cypress": "^12.11.0",
    "cypress-axe": "^1.4.0",
    "postcss": "^8.4.33",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-use": "^17.4.0",
    "tsup": "^7.2.0",
    "typescript": "^4.7.4",
    "vite": "^4.2.1"
  },
  "scripts": {
    "build": "tsup",
    "cypress:open": "cypress open --component",
    "dev": "tsup --watch",
    "lint": "eslint .",
    "test": "cypress run --component",
    "type-check": "tsc --noEmit"
  }
}