{
  "name": "@glomex/vast-ima-player",
  "version": "1.20.5",
  "description": "Convenience wrapper for advertising video/audio content with Google IMA",
  "source": "src/index.ts",
  "main": "dist/vast-ima-player.js",
  "module": "dist/vast-ima-player.module.js",
  "unpkg": "dist/vast-ima-player.umd.js",
  "types": "dist/index.d.ts",
  "mangle": {
    "regex": "^_"
  },
  "scripts": {
    "prepare": "npm run -s build",
    "build": "npm-run-all --parallel build:*",
    "build:bundle": "rollup -c test-page/rollup.config.js",
    "build:test-page": "microbundle",
    "start": "npm-run-all --parallel start:*",
    "start:serve": "serve",
    "start:bundle": "microbundle watch",
    "start:test-page": "rollup -c test-page/rollup.config.js --watch",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "test": "karma start karma.conf.js --single-run"
  },
  "files": [
    "dist",
    "src",
    "test-page"
  ],
  "keywords": [
    "ima",
    "ima-sdk",
    "ad",
    "googleads",
    "vast",
    "vpaid",
    "vmap",
    "player",
    "video-player"
  ],
  "repository": "github:glomex/vast-ima-player",
  "bugs": {
    "url": "https://github.com/glomex/vast-ima-player/issues"
  },
  "author": "glomex GmbH",
  "license": "Apache-2.0",
  "devDependencies": {
    "@alugha/ima": "^2.1.0",
    "@ungap/custom-event": "^0.3.1",
    "form-to-object": "^6.0.0",
    "jasmine": "^4.1.0",
    "karma": "^6.3.18",
    "karma-chrome-launcher": "^3.1.1",
    "karma-firefox-launcher": "^2.1.2",
    "karma-jasmine": "^5.0.0",
    "microbundle": "^0.13.3",
    "npm-run-all": "^4.1.5",
    "serve": "^13.0.2",
    "tslint": "^6.1.3",
    "typescript": "^4.6.3"
  }
}
