{
  "name": "@brocan/bolt",
  "version": "2.2.8",
  "description": "The build runner of Brocan CI.",
  "main": "src/index.js",
  "bin": {
    "bolt": "src/index.js"
  },
  "repository": {
    "url": "https://github.com/battila7/brocan/tree/master/components/services/bolt",
    "type": "git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Attila Bagossy",
  "license": "MIT",
  "dependencies": {
    "@brocan/brocanfile": "^1.0.0",
    "@brocan/sequ": "^1.0.0",
    "convict": "^4.0.1",
    "got": "^7.1.0",
    "pino": "^4.10.1"
  }
}
