{
  "name": "bundlesize",
  "version": "0.18.1",
  "description": "Keep your library size in check",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siddharthkp/bundlesize.git"
  },
  "main": "index.js",
  "bin": {
    "bundlesize": "index.js",
    "bundlesize-init": "src/init-status.js",
    "bundlesize-pipe": "pipe.js"
  },
  "scripts": {
    "precommit": "lint-staged",
    "t": "yarn test",
    "test": "ava -v tests/index.js",
    "test:old": "npm run test:default && npm run test:no-compression && npm run test:brotli-compression",
    "test:default": "node index && cat pipe.js | node pipe --name pipe.js --max-size 1kB",
    "test:no-compression": "cat pipe.js | node pipe --compression none --name pipe.js",
    "test:brotli-compression": "cat pipe.js | node pipe --compression brotli --name pipe.js"
  },
  "keywords": [
    "library",
    "size",
    "check",
    "build",
    "maxSize"
  ],
  "files": [
    "index.js",
    "src",
    "pipe.js"
  ],
  "author": "siddharthkp",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.21.1",
    "brotli-size": "0.1.0",
    "bytes": "^3.1.0",
    "ci-env": "^1.4.0",
    "commander": "^2.20.0",
    "cosmiconfig": "^5.2.1",
    "github-build": "^1.2.2",
    "glob": "^7.1.4",
    "gzip-size": "^4.0.0",
    "prettycli": "^1.4.3"
  },
  "lint-staged": {
    "*.js": [
      "prettier",
      "git add"
    ]
  },
  "devDependencies": {
    "ava": "^2.1.0",
    "babel-cli": "^7.0.0-beta.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-plugin-syntax-async-functions": "7.0.0-alpha.19",
    "babel-plugin-transform-flow-strip-types": "7.0.0-alpha.19",
    "babel-plugin-transform-regenerator": "7.0.0-alpha.19",
    "babel-plugin-transform-typescript": "7.0.0-alpha.19",
    "babel-preset-es2015": "^7.0.0-beta.3",
    "babel-preset-stage-3": "^7.0.0-beta.3",
    "babel-traverse": "^7.0.0-beta.3",
    "execa": "^2.0.1",
    "husky": "^0.14.3",
    "lint-staged": "^7.1.1",
    "prettier": "^1.6.0"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/bundlesize",
    "logo": "https://opencollective.com/opencollective/logo.txt"
  }
}
