{
  "name": "mkdird",
  "bin": {
    "mkdird": "bin/cli.js"
  },
  "version": "1.2.4",
  "description": "Make a directory on your OS's desktop with mkdird CLI",
  "main": "bin/cli.js",
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "engines": {
    "node": ">=10.15.3"
  },
  "keywords": [
    "cli",
    "desk",
    "desktop",
    "mkdir",
    "mkdirp",
    "mkdird",
    "make",
    "directories",
    "dir",
    "dirs",
    "folders",
    "directory",
    "folder",
    "path",
    "create",
    "fs",
    "filesystem",
    "file-system"
  ],
  "author": {
    "name": "Thomas G. aka Drozerah",
    "email": "drozerah@gmail.com",
    "url": "https://github.com/Drozerah"
  },
  "license": "ISC",
  "dependencies": {
    "chalk": "^2.4.2",
    "inquirer": "^6.5.2",
    "open": "^6.4.0",
    "update-check": "^1.5.4",
    "yargs": "^13.3.2"
  },
  "homepage": "https://github.com/Drozerah/mkdird-cli.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/Drozerah/mkdird-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Drozerah/mkdird-cli/issues"
  },
  "private": false
}
