{
  "name": "eva-player",
  "version": "2.2.0",
  "description": "mp4 gift player",
  "files": [
    "dist"
  ],
  "maintainers": [
    {
      "name": "liulong",
      "email": "liulong0130@gmail.com"
    },
    {
      "name": "xuhongbin",
      "email": "xuhongbin@yy.com"
    },
    {
      "name": "liangxiaoming",
      "email": "liangxiaoming@yy.com"
    },
    {
      "name": "linyongbao",
      "email": "linyongbao@yy.com"
    },
    {
      "name": "zhanghaifeng2",
      "email": "zhanghaifeng2@yy.com"
    }
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iulo/eva-player.git",
    "directory": "packages/yyeva"
  },
  "main": "dist/index.cjs",
  "types": "dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown"
  },
  "author": "Ken",
  "license": "Apache-2.0",
  "dependencies": {
    "zlib.es": "^0.6.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.6",
    "@types/offscreencanvas": "^2019.6.4",
    "@webgpu/types": "^0.1.42",
    "tsdown": "^0.20.3",
    "typescript": "^5.1.3"
  },
  "gitHead": "3dd760f0c9713210ffdd77a827de846675d4e2ad"
}
