{
  "_from": "bundlewatch@^0.2.1",
  "_id": "bundlewatch@0.2.7",
  "_inBundle": false,
  "_integrity": "sha512-tTf6TZHowf2kqHMv9nk7ORDdyU8d4OCF5qjkm8jeZfY9hsOdoyvDq3xtPSw+I8eQJJhkdUvcIMp4Cd3GkUAsrA==",
  "_location": "/bundlewatch",
  "_phantomChildren": {
    "@babel/code-frame": "7.10.4",
    "@types/normalize-package-data": "2.4.0",
    "error-ex": "1.3.2",
    "find-up": "4.1.0",
    "json-parse-even-better-errors": "2.3.1",
    "lines-and-columns": "1.1.6",
    "normalize-package-data": "2.5.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bundlewatch@^0.2.1",
    "name": "bundlewatch",
    "escapedName": "bundlewatch",
    "rawSpec": "^0.2.1",
    "saveSpec": null,
    "fetchSpec": "^0.2.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/bundlewatch/-/bundlewatch-0.2.7.tgz",
  "_shasum": "978b63c0dafbbef0e3c4a4a26e471fcda6dd5791",
  "_spec": "bundlewatch@^0.2.1",
  "_where": "/mnt/c/Users/Administrator/source/repos/0x-monorepo-development",
  "author": {
    "name": "bundlewatch"
  },
  "bin": {
    "bundlewatch": "lib/bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/bundlewatch/bundlewatch/issues"
  },
  "bundleDependencies": false,
  "bundlewatch": {
    "files": [
      {
        "path": "./__testdata__/*.jpg",
        "maxSize": "500kB",
        "compression": "none"
      },
      {
        "path": "./lib/**/*.js",
        "maxSize": "2kB"
      },
      {
        "path": "./artifacts/*.tgz",
        "maxSize": "15kB"
      }
    ]
  },
  "dependencies": {
    "axios": "^0.19.0",
    "bytes": "^3.0.0",
    "chalk": "^4.0.0",
    "ci-env": "^1.14.0",
    "commander": "^5.0.0",
    "glob": "^7.1.2",
    "gzip-size": "^5.1.1",
    "jsonpack": "^1.1.5",
    "lodash.merge": "^4.6.1",
    "read-pkg-up": "^7.0.1"
  },
  "deprecated": false,
  "description": "Keep watch of your bundle size",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
    "@babel/plugin-transform-modules-commonjs": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "axios-mock-adapter": "^1.15.0",
    "babel-eslint": "^10.0.2",
    "coveralls": "^3.0.1",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jest": "^23.8.2",
    "eslint-plugin-prettier": "^3.1.0",
    "husky": "^4.2.3",
    "jest": "^26.0.0",
    "jest-junit": "^10.0.0",
    "lint-staged": "^10.0.8",
    "prettier": "^2.0.5",
    "yarn-deduplicate": "^2.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/bundlewatch/bundlewatch#readme",
  "husky": {
    "hooks": {
      "pre-commit": "./scripts/check-versions.sh && lint-staged"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true,
    "coverageDirectory": "artifacts/test_results/jest/coverage"
  },
  "keywords": [
    "library",
    "size",
    "check",
    "build",
    "maxSize"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "node_modules/.bin/eslint"
    ]
  },
  "main": "lib/app/index.js",
  "name": "bundlewatch",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bundlewatch/bundlewatch.git"
  },
  "version": "0.2.7"
}
