{
  "name": "@newrelic/video-videojs",
  "version": "4.2.1",
  "description": "New relic tracker for Videojs",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "build": "webpack --mode production",
    "build:dev": "webpack --mode development",
    "watch": "webpack --mode production --progress --color --watch",
    "watch:dev": "webpack --progress --color --watch --mode development",
    "prezip": "npm run build",
    "zip": "zip -P newrelic -x '*.DS_Store' -x 'samples/agent.js' -r videojs.zip dist samples README.md CHANGELOG.md EULA.md",
    "clean": "rm -rf dist *.zip",
    "deploy": "node scripts/deploy.js",
    "third-party-updates": "oss third-party manifest --includeOptDeps && oss third-party notices --includeOptDeps && git add THIRD_PARTY_NOTICES.md third_party_manifest.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/newrelic/video-videojs-js.git"
  },
  "author": "Jordi Aguilar",
  "contributors": [
    "Andreu Santarén Llop",
    "Bharat Saraswat",
    "Malay Chandan"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/plugin-transform-modules-commonjs": "^7.24.1",
    "@babel/preset-env": "^7.24.5",
    "@newrelic/newrelic-oss-cli": "^0.1.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^12.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.3",
    "@semantic-release/npm": "^12.0.0",
    "@semantic-release/release-notes-generator": "^13.0.0",
    "aws-sdk": "^2.920.0",
    "babel-loader": "^9.1.3",
    "semantic-release": "^23.0.8",
    "videojs-ima": "2.1.0",
    "webpack": "^5.91.0",
    "webpack-cli": "^4.9.2"
  },
  "files": [
    "THIRD_PARTY_NOTICES.md",
    "dist",
    "CHANGELOG.md",
    "README.md",
    "src",
    "!test"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@newrelic/video-core": "^4.1.5"
  }
}
