{
  "name": "stacked-alpha-video",
  "version": "1.0.10",
  "description": "Efficient and simple video with an alpha channel",
  "homepage": "https://github.com/jakearchibald/stacked-alpha-video",
  "author": "Jake Archibald",
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "build/**"
  ],
  "exports": {
    ".": "./build/index.js",
    "./gl-helpers": "./build/gl-helpers.js",
    "./StackedAlphaVideo": "./build/StackedAlphaVideo.js"
  },
  "devDependencies": {
    "typescript": "^5.5.4"
  },
  "scripts": {
    "build": "tsc"
  }
}