{
  "name": "@designcombo/video",
  "version": "0.1.18",
  "description": "Video rendering and processing library",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/designcombo/combo.git"
  },
  "keywords": [
    "video",
    "rendering",
    "webcodecs",
    "mp4"
  ],
  "author": "DesignCombo",
  "license": "SEE LICENSE IN LICENSE",
  "files": [
    "dist"
  ],

  "main": "dist/index.umd.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.umd.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build"
  },
  "devDependencies": {
    "@types/dom-webcodecs": "^0.1.17",
    "@types/rollup-plugin-peer-deps-external": "^2.2.6",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "~5.9.2",
    "vite": "^7.1.5",
    "vite-plugin-dts": "^4.5.4"
  },
  "dependencies": {
    "@pixi/layout": "^3.2.0",
    "gl-transitions": "^1.43.0",
    "microdiff": "^1.4.0",
    "opfs-tools": "^0.7.2",
    "pixi.js": "^8.14.3",
    "wave-resampler": "^1.0.0",
    "wrapbox": "^0.0.2"
  }
}
