{
  "name": "@studyportals/datalake-event-tracker-dll",
  "version": "7.10.0",
  "description": "The DLL package for the datalake event tracker",
  "scripts": {
    "build": "rm -rf ./dist/* && webpack --mode=production && webpack --mode=development",
    "deploy-patch": "npm version patch && npm publish",
    "deploy-minor": "npm version minor && npm publish",
    "deploy": "npm publish",
    "deploy-major": "npm version major && npm publish",
    "deploy-beta": "npm version prerelease && npm publish --tag beta --access=public",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/studyportals/JS-Tracker-Support.git"
  },
  "author": "Samurai Pizza Cats",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/studyportals/JS-Tracker-Support/issues"
  },
  "homepage": "https://github.com/studyportals/JS-Tracker-Support#readme",
  "devDependencies": {
    "@studyportals/bob-manifest-generator": "^3.0.1",
    "@studyportals/webpack-helper": "5.3.1-1",
    "mini-css-extract-plugin": "^2.6.1"
  },
  "dependencies": {
    "@studyportals/datalake-event-tracker": "^7.10.0"
  }
}
