{
"name": "dagost/aton-format",
"description": "ATON - Adaptive Token-Oriented Notation. A token-efficient data serialization format for LLM applications.",
"version": "2.0.2",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Stefano D'Agostino",
"email": "dago.stefano@gmail.com"
}
],
"require": {
"php": ">=8.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
"Aton\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Aton\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
},
"keywords": [
"aton",
"json",
"serialization",
"token",
"llm",
"ai",
"gpt",
"claude",
"compression",
"data-format"
],
"homepage": "https://github.com/dagoSte/aton-format-php",
"support": {
"issues": "https://github.com/dagoSte/aton-format-php/issues"
}
}
|