{ "name": "noccylabs/faketerm", "description": "Script fake terminals into videos", "type": "application", "license": "GPL-3.0-or-later", "authors": [ { "name": "Christopher Vagnetoft", "email": "cvagnetoft@gmail.com" } ], "autoload": { "psr-4": { "NoccyLabs\\FakeTerm\\": "src/" } }, "repositories": [ { "type": "path", "url": "../php-termbuf" } ], "require": { "noccylabs/termbuf": "@dev" } }