{ "name": "noccylabs/ntfi", "description": "A daemon for centralizing pushing events to a ntfy instance", "type": "application", "license": "GPL-2.0-or-later", "autoload": { "psr-4": { "NoccyLabs\\Ntfi\\": "src/" } }, "authors": [ { "name": "Christopher Vagnetoft", "email": "labs@noccy.com" } ], "require": { "react/react": "^1.4", "symfony/yaml": "^8.0", "psr/log": "^3.0" }, "bin": [ "bin/ntfid" ] }