{
    "name": "bloxd",
    "version": "1.0.6",
    "description": "A modular framework for developing command line interfaces in TypeScript",
    "typings": "./index",
    "dependencies": {
        "reflect-metadata": "^0.1.13",
        "chalk": "^4.1.1"
    },
    "bugs": {
        "url": "https://github.com/gleosmith/bloxd/issues"
    },
    "homepage": "https://bloxd.dev/guide",
    "repository": {
        "type": "git",
        "url": "https://github.com/gleosmith/bloxd.git"
    },
    "author": "Gavin Leo-Smith <gavin@gleo-smith.co.za>",
    "license": "MIT",
    "keywords": [
        "cli",
        "command",
        "typescript",
        "args",
        "parser",
        "arguments",
        "argv"
    ]
}