{
  "name": "@honeybadger-io/webpack",
  "version": "6.3.2",
  "description": "Webpack plugin to upload source maps to Honeybadger's API - http://docs.honeybadger.io/guides/source-maps.html",
  "main": "./dist/HoneybadgerSourceMapPlugin.js",
  "scripts": {
    "build": "babel src -d dist",
    "build:watch": "watch 'npm run build' ./src",
    "clean": "rimraf dist",
    "prebuild": "npm run -s clean",
    "prepublishOnly": "npm run clean && npm run build && npm run test",
    "test": "mocha",
    "test:watch": "npm test -- -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/honeybadger-io/honeybadger-js.git"
  },
  "keywords": [
    "webpack",
    "sourcemap",
    "source map",
    "minified js",
    "honeybadger",
    "honey badger"
  ],
  "author": "Honeybadger.io <support@honeybadger.io> (https://www.honeybadger.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/honeybadger-io/honeybadger-js/issues"
  },
  "files": [
    "dist/**"
  ],
  "homepage": "https://github.com/honeybadger-io/honeybadger-js/tree/master/packages/webpack",
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.5",
    "@babel/plugin-transform-runtime": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "@babel/register": "^7.14.5",
    "chai": "^4.3.4",
    "cross-env": "^7.0.0",
    "debug": "^4.1.0",
    "lodash.find": "^4.6.0",
    "mocha": "^9.0.1",
    "nock": "^13.1.0",
    "rimraf": "^3.0.2",
    "sinon": "^14.0.0",
    "watch": "^1.0.2",
    "webpack": "^5.39.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.14.5",
    "@honeybadger-io/plugin-core": "^1.4.2",
    "verror": "^1.6.1"
  },
  "peerDependencies": {
    "webpack": ">= 4.0.0"
  },
  "engines": {
    "node": ">=14"
  },
  "gitHead": "591c7bb399923e4ed84d4ca8f6282bbaafcf0ceb"
}
