19 lines
424 B
JSON
19 lines
424 B
JSON
{
|
|
"name": "nih/command-builder",
|
|
"description": "A (somewhat) simple command builder inspired by rust's std library",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nih\\CommandBuilder\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jonas Kattendick",
|
|
"email": "kattendick@bde-software.com"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|