{
  "name": "super-media-element",
  "version": "1.4.2",
  "description": "Helps you create a custom element w/ a HTMLMediaElement API.",
  "author": "@muxinc",
  "license": "MIT",
  "homepage": "https://github.com/muxinc/media-elements#readme",
  "bugs": {
    "url": "https://github.com/muxinc/media-elements/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muxinc/media-elements.git",
    "directory": "packages/super-media-element"
  },
  "type": "module",
  "main": "super-media-element.js",
  "types": "super-media-element.d.ts",
  "files": [
    "super-media-element.d.ts"
  ],
  "scripts": {
    "lint": "eslint *.js",
    "pretest": "esbuild test/test.js --bundle --format=iife --outdir=dist",
    "test": "wet run test/lazy.html test/eager.html",
    "serve": "wet serve --cors --redirect :example/"
  },
  "devDependencies": {
    "esbuild": "^0.21.4",
    "wet-run": "^1.2.2",
    "zora": "^5.2.0"
  },
  "keywords": [
    "custom",
    "element",
    "video",
    "audio",
    "media",
    "web",
    "component"
  ]
}
