{
  "name": "commandico",
  "version": "2.0.4",
  "description": "A small tool to write command line application that suits my needs",
  "main": "commandico.js",
  "scripts": {
    "lint": "standard",
    "test": "npm run lint; mocha"
  },
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:martinheidegger/commandico.git"
  },
  "keywords": [
    "cli",
    "extendable"
  ],
  "author": "Martin Heidegger <martin.heidegger@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/martinheidegger/commandico/issues"
  },
  "homepage": "https://github.com/martinheidegger/commandico",
  "dependencies": {
    "@hapi/joi": "^15.1.0",
    "explicit": "^0.1.1",
    "minimist": "^1.1.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "code": "^5.2.0",
    "mocha": "^6.1.4",
    "standard": "^13.0.1"
  }
}
