{
  "name": "carpenterd",
  "version": "6.1.0",
  "description": "Build and compile npm packages",
  "main": "./lib/index.js",
  "bin": {
    "carpenterd": "bin/server"
  },
  "scripts": {
    "start": "bin/server",
    "report": "nyc report --reporter=lcov",
    "test": "nyc npm run test:mocha",
    "test:mocha": "mocha 'test/**/*.test.js'",
    "watch": "mocha --watch --reporter spec $(find test -path test/fixtures -prune -o -name '*.test.js')",
    "localstack": "docker run -it -p 4569:4569 --rm localstack/localstack",
    "eslint": "eslint-godaddy -c .eslintrc lib/ test/lib/",
    "posttest": "npm run eslint"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com/godaddy/carpenterd.git"
  },
  "keywords": [
    "build",
    "compile",
    "carpenter",
    "webpack",
    "builder",
    "widget",
    "component"
  ],
  "author": "GoDaddy.com Operating Company LLC",
  "license": "MIT",
  "dependencies": {
    "async": "~3.1.0",
    "aws-liveness": "^1.1.0",
    "aws-sdk": "^2.569.0",
    "bffs": "^7.0.0",
    "bl": "^4.0.0",
    "body-parser": "^1.19.0",
    "cdnup": "^4.0.0",
    "clean-css": "~4.2.1",
    "create-servers": "^3.1.0",
    "diagnostics": "~2.0.2",
    "dynamodb-x": "^1.2.3",
    "emits": "~3.0.0",
    "errs": "~0.3.2",
    "feedsme-api-client": "^3.0.0",
    "fingerprinting": "~1.0.0",
    "from2": "^2.3.0",
    "joi": "^14.3.1",
    "json-try-parse": "~1.0.0",
    "lodash.intersection": "~4.4.0",
    "lodash.omit": "^4.5.0",
    "minimist": "~1.2.0",
    "mkdirp": "^0.5.1",
    "node-uuid": "~1.4.3",
    "npm": "^6.9.0",
    "nsq-stream": "^2.1.0",
    "nsq.js-k8": "^1.2.1",
    "object-assign": "~4.1.1",
    "one-time": "~1.0.0",
    "p-limit": "^2.2.1",
    "repair": "~0.1.0",
    "resolve": "^1.12.0",
    "retryme": "^1.1.0",
    "safe-regex": "^2.1.1",
    "slay": "^3.1.1",
    "slay-config": "^2.3.0",
    "slay-contextlog": "~2.0.0",
    "slay-log": "^2.3.0",
    "tar-fs": "^2.0.0",
    "through2": "~3.0.1",
    "toml": "^3.0.0",
    "uglify-js": "^3.6.0",
    "walk": "~2.3.14",
    "warehouse-models": "^6.0.0",
    "winston": "^3.2.0"
  },
  "devDependencies": {
    "assume": "^2.2.0",
    "assume-sinon": "^1.0.1",
    "babel-eslint": "^10.0.1",
    "clone": "^2.1.2",
    "eslint": "^6.1.0",
    "eslint-config-godaddy": "^4.0.0",
    "eslint-plugin-json": "^2.0.1",
    "eslint-plugin-mocha": "^6.0.0",
    "hyperquest": "^2.1.3",
    "mocha": "^6.2.0",
    "nock": "^11.7.0",
    "nyc": "^14.1.0",
    "rip-out": "^1.0.0",
    "sinon": "^7.3.2"
  }
}
