{
  "name": "player.style",
  "version": "0.3.1",
  "description": "A fresh collection of media player themes for every use case!",
  "author": "@muxinc",
  "license": "MIT",
  "homepage": "https://github.com/muxinc/player.style#readme",
  "bugs": {
    "url": "https://github.com/muxinc/player.style/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muxinc/player.style.git"
  },
  "files": [
    "index.js",
    "themes/*",
    "!.*"
  ],
  "type": "module",
  "main": "index.js",
  "exports": {
    "./*/react": {
      "types": "./themes/*/dist/react.d.ts",
      "import": "./themes/*/dist/react.js",
      "require": "./themes/*/dist/cjs/react.js",
      "default": "./themes/*/dist/react.js"
    },
    "./*.js": {
      "types": "./themes/*/dist/media-theme.d.ts",
      "import": "./themes/*/dist/media-theme.js",
      "require": "./themes/*/dist/cjs/media-theme.js",
      "default": "./themes/*/dist/media-theme.js"
    },
    "./*": {
      "types": "./themes/*/dist/media-theme.d.ts",
      "import": "./themes/*/dist/media-theme.js",
      "require": "./themes/*/dist/cjs/media-theme.js",
      "default": "./themes/*/dist/media-theme.js"
    },
    ".": {
      "default": "./index.js"
    }
  },
  "typesVersions": {
    "*": {
      "*/react": [
        "./themes/*/dist/react.d.ts"
      ],
      "*": [
        "./themes/*/dist/media-theme.d.ts"
      ]
    }
  },
  "workspaces": [
    ".",
    "site",
    "examples/*",
    "scripts/*",
    "themes/*"
  ],
  "scripts": {
    "dev": "chokidar --debounce 50 './themes/*/!(dist|.turbo)' -c 'turbo build --force --filter=./$(dirname {path}) && touch ./site/$(dirname {path}).md'"
  },
  "dependencies": {
    "media-chrome": "~4.16.1"
  },
  "devDependencies": {
    "@player.style/demuxed-2022": "0.1.2",
    "@player.style/halloween": "0.1.2",
    "@player.style/x-mas": "0.1.2",
    "@player.style/instaplay": "0.1.2",
    "@player.style/microvideo": "0.1.2",
    "@player.style/minimal": "0.2.1",
    "@player.style/notflix": "0.1.2",
    "@player.style/reelplay": "0.1.2",
    "@player.style/sutro": "0.2.1",
    "@player.style/sutro-audio": "0.0.8",
    "@player.style/tailwind-audio": "0.0.13",
    "@player.style/vimeonova": "0.1.2",
    "@player.style/winamp": "0.0.13",
    "@player.style/yt": "0.2.1",
    "chokidar-cli": "^3.0.0",
    "eslint": "^8.57.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.4.2",
    "rimraf": "^6.0.1",
    "turbo": "^2.3.3",
    "typescript": "^5"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "tabWidth": 2,
    "useTabs": false,
    "semi": true,
    "quoteProps": "as-needed",
    "jsxSingleQuote": false,
    "trailingComma": "es5",
    "bracketSpacing": true,
    "arrowParens": "always"
  },
  "packageManager": "npm@11.0.0"
}
