18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "ivampiresp/text-splitter",
|
|
"description": "text splitter",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ivampiresp\\TextSplitter\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "ivamp",
|
|
"email": "im@ivampiresp.com"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|