{
  "name": "@packtracker/webpack-plugin",
  "version": "2.3.0",
  "description": "Upload your webpack build stats to the packtracker.io service for greater visiblity into the artifacts you're delivering to your customers.",
  "homepage": "https://app.packtracker.io",
  "repository": "github:packtracker/webpack-plugin",
  "license": "MIT",
  "keywords": [
    "webpack",
    "stats",
    "packtracker",
    "bundle analyzer",
    "bundle"
  ],
  "engines": {
    "node": ">= 6.14.4"
  },
  "main": "index.js",
  "bin": {
    "packtracker-upload": "./bin.js"
  },
  "scripts": {
    "lint": "standard",
    "test": "jest .test/",
    "test:ci": "yarn test --coverage --coverageReporters=text-lcov | coveralls"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "devDependencies": {
    "coveralls": "^3.0.4",
    "jest": "^24.8.0",
    "standard": "^12.0.1",
    "webpack": "^4.35.0",
    "webpack-2": "npm:webpack@2",
    "webpack-3": "npm:webpack@3"
  },
  "peerDependencies": {
    "webpack": ">= 2.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.15",
    "minimist": "^1.2.0",
    "omit-deep": "^0.3.0",
    "tiny-json-http": "^7.1.2",
    "webpack-bundle-analyzer": "^3.4.1"
  }
}
