{
  "name": "webcodecs-polyfill",
  "author": "Vanilagy",
  "description": "A polyfill for the WebCodecs API for use in server-side JavaScript environments such as Node, Deno, and Bun.",
  "version": "1.0.1",
  "license": "MPL-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "README.md",
    "LICENSE",
    "package.json",
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "test": "vitest --run",
    "check": "tsc --noEmit",
    "lint": "eslint .",
    "bump-patch": "npm version patch --no-git-tag-version",
    "bump-minor": "npm version minor --no-git-tag-version",
    "bump-major": "npm version major --no-git-tag-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vanilagy/webcodecs-polyfill.git"
  },
  "bugs": {
    "url": "https://github.com/Vanilagy/webcodecs-polyfill/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/Vanilagy"
  },
  "dependencies": {
    "node-av": "^5.0.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@stylistic/eslint-plugin": "^5.6.1",
    "@types/node": "^24.10.1",
    "jiti": "^2.6.1",
    "mediabunny": "^1.25.4",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.48.1",
    "vitest": "^4.0.15"
  },
  "keywords": [
    "webcodecs",
    "audio",
    "video",
    "encode",
    "decode",
    "ffmpeg"
  ]
}
