{
  "name": "detect-audio-video",
  "version": "4.8.1",
  "description": "Detect audio and video features in browser",
  "module": "dist/index.js",
  "type": "module",
  "typings": "dist/index.d.ts",
  "homepage": "https://github.com/vvideo/detect-audio-video",
  "repository": {
    "type": "git",
    "url": "git://github.com/vvideo/detect-audio-video.git"
  },
  "scripts": {
    "clean": "del dist/*",
    "test": "npm run typecheck && jest",
    "typecheck": "tsc --noEmit",
    "build": "npm run clean; rollup -c",
    "prepare": "npm run build",
    "smallest": "node ./tools/smallest.mjs"
  },
  "author": {
    "name": "Denis Seleznev",
    "email": "hcodes@yandex.ru",
    "url": "https://github.com/vvideo/"
  },
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/jest": "^30.0.0",
    "del-cli": "^7.0.0",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "rollup": "^4.60.2",
    "ts-jest": "^29.4.9",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3"
  },
  "keywords": [
    "audio",
    "video",
    "widevine",
    "playready",
    "fairplay",
    "vp8",
    "vp9",
    "h.264",
    "h.265",
    "hevc",
    "h.266",
    "aac",
    "opus",
    "vorbis",
    "dolby atmos",
    "dolby digital",
    "ac-3",
    "ec-3",
    "hdr",
    "dolby",
    "wide gamut",
    "gpu",
    "codec"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
