jsonedit/composer.json

23 lines
468 B
JSON

{
"name": "noccylabs/jedit",
"description": "JSON/YAML editor for the terminal",
"type": "application",
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"NoccyLabs\\JEdit\\": "src/"
}
},
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "labs@noccy.com"
}
],
"require": {
"symfony/yaml": "^7.1"
},
"bin": [
"bin/jedit"
]
}