{ "name": "mcnd/cli", "description": "A middleware which captures CLI commands and executes them based on a preset definition.", "type": "library", "license": "MIT", "authors": [ { "name": "Dave Mc Nicoll", "email": "info@mcnd.ca" } ], "require": {}, "autoload": { "psr-4": { "Mcnd\\CLI\\": "src/" } }, "extra": { "lean": { "autoload": { "definitions": [ "meta/definitions.php" ] } } } }