{ "name": "noccylabs/shell", "description": "Create interactive CLI shells", "type": "library", "license": "GPL-3.0", "authors": [ { "name": "Christopher Vagnetoft", "email": "noccylabs@gmail.com" } ], "autoload": { "psr-4": { "NoccyLabs\\Shell\\": "lib/" } }, "require": { "noccylabs/tinyevent": "~0.1.1" } }