{
  "name": "katapult",
  "version": "1.1.1",
  "description": "Build automation tool by launchdeck.io",
  "main": "index.js",
  "bin": {
    "katapult": "bin/katapult.js"
  },
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "pretest": "eslint lib",
    "depcheck": "depcheck --ignore-bin-package=false",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:launchdeckio/katapult.git"
  },
  "keywords": [
    "build",
    "deployment",
    "automation",
    "tool"
  ],
  "author": "JM Versteeg",
  "license": "AGPL-3.0",
  "dependencies": {
    "arrify": "^2.0.1",
    "bluebird": "^3.5.5",
    "chalk": "^2.4.2",
    "del": "^5.1.0",
    "filesize": "^4.1.2",
    "human-interval": "^0.1.6",
    "is-glob-blacklist": "0.0.1",
    "johnnycache": "https://github.com/sgtlambda/johnnycache",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "make-dir": "^3.0.0",
    "make-globs-absolute": "^1.0.0",
    "minimatch": "^3.0.4",
    "mock-fs": "^4.10.1",
    "numeral": "^2.0.6",
    "path-exists": "^4.0.0",
    "pify": "^4.0.1",
    "shipment": "https://github.com/launchdeckio/shipment",
    "shipment-monitor-process": "^3.0.0-0",
    "stream-buffers": "^3.0.2",
    "user-home": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^6.3.0",
    "eslint-plugin-jest": "^22.17.0",
    "execa": "^2.0.4",
    "jest": "^24.9.0"
  },
  "preferGlobal": true
}
