{
  "name": "tav-media",
  "version": "0.3.2",
  "description": "Cross platform media editing framework",
  "main": "index.ts",
  "scripts": {
    "build": "tsc",
    "docs": "typedoc"
  },
  "keywords": [
    "Media",
    "Editing",
    "After",
    "Effect"
  ],
  "module": "./lib/src/index",
  "types": "./lib/src/index",
  "author": "Tencent CCG",
  "license": "ISC",
  "devDependencies": {
    "@types/emscripten": "^1.39.6",
    "@types/offscreencanvas": "^2019.6.4",
    "typedoc": "^0.23.15",
    "typescript": "^4.8.3"
  }
}