{
  "name": "@netlify/build",
  "version": "11.29.2",
  "description": "Netlify build module",
  "main": "src/core/main.js",
  "bin": {
    "netlify-build": "./src/core/bin.js"
  },
  "files": [
    "src/**/*.js",
    "src/**/*.yml"
  ],
  "author": "Netlify Inc.",
  "contributors": [
    "David Wells <hello@davidwells.io> (https://davidwells.io/)",
    "Swyx <swyx@netlify.com> (https://www.swyx.io)"
  ],
  "scripts": {
    "prepublishOnly": "cd ../../ && npm run prepublishOnly"
  },
  "keywords": [
    "nodejs",
    "javascript",
    "windows",
    "macos",
    "linux",
    "shell",
    "bash",
    "build",
    "terminal",
    "deployment",
    "es6",
    "serverless",
    "continuous-integration",
    "continuous-delivery",
    "ci",
    "continuous-deployment",
    "plugins",
    "continuous-testing",
    "netlify-plugin",
    "netlify"
  ],
  "homepage": "https://github.com/netlify/build",
  "repository": {
    "type": "git",
    "url": "https://github.com/netlify/build.git",
    "directory": "packages/build"
  },
  "bugs": {
    "url": "https://github.com/netlify/build/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@bugsnag/js": "^7.0.0",
    "@netlify/cache-utils": "^1.0.7",
    "@netlify/config": "^6.0.0",
    "@netlify/functions-utils": "^1.3.13",
    "@netlify/git-utils": "^1.0.8",
    "@netlify/plugin-edge-handlers": "^1.11.13",
    "@netlify/plugins-list": "^2.14.2",
    "@netlify/run-utils": "^1.0.6",
    "@netlify/zip-it-and-ship-it": "^4.2.5",
    "@sindresorhus/slugify": "^1.1.0",
    "@ungap/from-entries": "^0.2.1",
    "ansi-escapes": "^4.3.2",
    "array-flat-polyfill": "^1.0.1",
    "chalk": "^3.0.0",
    "clean-stack": "^2.2.0",
    "execa": "^3.3.0",
    "figures": "^3.2.0",
    "filter-obj": "^2.0.1",
    "got": "^9.6.0",
    "indent-string": "^4.0.0",
    "is-plain-obj": "^2.1.0",
    "js-yaml": "^4.0.0",
    "keep-func-props": "^3.0.0",
    "locate-path": "^5.0.0",
    "log-process-errors": "^5.1.2",
    "make-dir": "^3.0.2",
    "map-obj": "^4.0.0",
    "memoize-one": "^5.2.1",
    "os-name": "^3.1.0",
    "p-event": "^4.1.0",
    "p-every": "^2.0.0",
    "p-locate": "^4.1.0",
    "p-reduce": "^2.1.0",
    "path-exists": "^4.0.0",
    "path-type": "^4.0.0",
    "pkg-dir": "^4.2.0",
    "pretty-ms": "^5.1.0",
    "ps-list": "^6.3.0",
    "read-pkg-up": "^7.0.1",
    "readdirp": "^3.4.0",
    "resolve": "^2.0.0-next.1",
    "safe-json-stringify": "^1.2.0",
    "semver": "^6.3.0",
    "statsd-client": "0.4.6",
    "string-width": "^4.2.0",
    "strip-ansi": "^6.0.0",
    "supports-color": "^7.1.0",
    "tmp-promise": "^3.0.2",
    "update-notifier": "^4.1.0",
    "uuid": "^8.0.0",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "atob": "^2.1.2",
    "ava": "^2.4.0",
    "cp-file": "^7.0.0",
    "cpy": "^8.1.0",
    "del": "^5.1.0",
    "get-bin-path": "^4.0.1",
    "get-node": "^6.6.0",
    "get-port": "^5.1.1",
    "get-stream": "^5.2.0",
    "has-ansi": "^4.0.0",
    "is-ci": "^3.0.0",
    "moize": "^6.0.0",
    "nock": "^11.9.1",
    "path-key": "^3.1.1",
    "process-exists": "^4.0.0",
    "sinon": "^11.0.0",
    "yarn": "^1.22.4"
  },
  "engines": {
    "node": ">=8.3.0"
  }
}
