{
  "name": "tilda",
  "version": "4.4.17",
  "description": "Tiny module for building command line tools.",
  "main": "lib/index.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:IonicaBizau/tilda.git"
  },
  "keywords": [
    "tilda",
    "command",
    "line",
    "arguments",
    "parser"
  ],
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IonicaBizau/tilda/issues"
  },
  "homepage": "https://github.com/IonicaBizau/tilda",
  "dependencies": {
    "ansi-parser": "^3.2.1",
    "arrs-to-obj": "^1.0.0",
    "auto-parse": "^1.2.0",
    "camelo": "^1.1.2",
    "clp": "^4.0.0",
    "debug-mode": "^2.0.0",
    "deffy": "^2.2.1",
    "err": "^2.1.0",
    "indento": "^1.1.1",
    "is-empty-obj": "^1.0.1",
    "is-undefined": "^1.0.0",
    "iterate-object": "^1.3.2",
    "le-table": "^6.1.0",
    "prompt-sync": "^4.1.4",
    "promptify": "^2.0.0",
    "r-json": "^1.2.1",
    "remove-blank-lines": "^1.0.1",
    "typpy": "^2.3.1",
    "ul": "^5.2.1",
    "wrap-text": "^1.0.0"
  },
  "devDependencies": {
    "cowsay": "^1.1.5"
  },
  "blah": {
    "h_img": "http://i.imgur.com/kLOhs5t.png",
    "description": [
      {
        "h3": "Features"
      },
      {
        "ul": [
          "Human readable syntax and easy to use",
          "Supports custom options and commands",
          "Auto parse the command line arguments",
          "Supports reading the `stdin` data",
          "Opens prompts in the command line if the value is required but was not provided"
        ]
      }
    ]
  },
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ]
}