{
  "name": "@ygoto3/omap-dashjs-sd-binder",
  "version": "0.0.8",
  "description": "Open Media Ad Player Single Decoder Dash.js Binder",
  "main": "./dist/dashjs-sd-binder/src/index.js",
  "types": "./dist/dashjs-sd-binder/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/dashjs-sd-binder/src/index.d.ts",
      "import": "./dist/dashjs-sd-binder/src/index.js",
      "require": "./dist/dashjs-sd-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"
  },
  "dependencies": {
    "@ygoto3/omap-core": "^0.0.4",
    "@ygoto3/omap-dashjs-binder": "^0.0.8"
  },
  "devDependencies": {
    "dashjs": "^4.7.2",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3",
    "webpack": "^5.65.0",
    "webpack-cli": "^4.9.1",
    "webpack-merge": "^5.10.0"
  },
  "files": [
    "dist"
  ]
}
