{
  "name": "dotmap-cli",
  "version": "0.0.7",
  "description": "Command line interface for managing dotmap's addons.",
  "main": "index.js",
  "bin": {
    "dotmap-cli": "./index.js"
  },
  "files": [
    "fixtures/**/*",
    "*.js",
    "*.json"
  ],
  "keywords": [
    "cli",
    "addon",
    "dotmap",
    "ES6"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Hexastack/dotmap-cli.git"
  },
  "author": "Hexastack <contact@hexastack.com>",
  "license": "BSD-4-Clause",
  "dependencies": {
    "chalk": "^2.4.2",
    "clear": "^0.1.0",
    "figlet": "^1.2.1",
    "minimist": "^1.2.0",
    "@vue/cli-service": "^3.0.1",
    "vue-template-compiler": "^2.5.17"
  }
}
