{
  "name": "@ygoto3/omap-dashjs-binder",
  "version": "0.0.8",
  "description": "Open Media Ad Player Dash.js Binder",
  "main": "./dist/dashjs-binder/src/index.js",
  "types": "./dist/dashjs-binder/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/dashjs-binder/src/index.d.ts",
      "import": "./dist/dashjs-binder/src/index.js",
      "require": "./dist/dashjs-binder/src/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": "https://github.com/ygoto3/omap",
  "author": "ygoto3<my.important.apes@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "uvu -r ts-node/register tests"
  },
  "dependencies": {
    "@ygoto3/omap-core": "^0.0.4"
  },
  "devDependencies": {
    "dashjs": "^4.7.2",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "uvu": "^0.5.6",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-merge": "^5.10.0"
  },
  "files": [
    "dist"
  ]
}
