{
  "name": "dorc",
  "version": "0.0.1",
  "bin": {
    "dorc": "build/cmd.js"
  },
  "scripts": {
    "build": "rm -r ./build; babel ./src --out-dir ./build --copy-files --source-maps inline",
    "test": "tape './build/**/*.test.js'",
    "build-test": "npm run build && npm run test",
    "watch": "onchange -i src -- npm run build-test --silent"
  },
  "license": "VOL",
  "dependencies": {
    "array-next": "0.0.1",
    "chalk": "^1.1.3",
    "columnify": "^1.5.4",
    "deepmerge": "^1.3.0",
    "docker-remote-api": "^4.4.1",
    "expand-tilde": "^2.0.2",
    "figures-colored": "^1.0.0",
    "futurize-p": "^1.0.0",
    "interpol8": "^1.0.1",
    "interpolate-shell": "^1.1.0",
    "joi": "^10.2.2",
    "js-yaml": "^3.6.1",
    "minimist": "^1.2.0",
    "mock-spawn": "^0.2.6",
    "mz": "^2.4.0",
    "parse-spawn-args": "^1.0.2",
    "pify": "^2.3.0",
    "pify-proto": "^0.1.1",
    "prefix-stream-lines": "^1.0.1",
    "promisify-f": "^1.0.0",
    "ramda": "^0.22.1",
    "ramda-fantasy": "^0.7.0",
    "source-map-support": "^0.4.6",
    "try_catch": "^1.0.1",
    "yargs": "^6.4.0"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-plugin-root-require": "^1.3.0",
    "babel-plugin-syntax-object-rest-spread": "^6.13.0",
    "babel-plugin-transform-es2015-destructuring": "^6.18.0",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-preset-es2017": "^6.16.0",
    "onchange": "^3.0.2",
    "output-file-sync": "^1.1.2",
    "rimraf": "^2.6.0",
    "tape": "^4.6.3"
  }
}
