mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
44 lines
982 B
JSON
44 lines
982 B
JSON
{
|
||
"name": "@toon-format/toon",
|
||
"type": "module",
|
||
"version": "2.0.1",
|
||
"packageManager": "pnpm@10.23.0",
|
||
"description": "Token-Oriented Object Notation (TOON) – Compact, human-readable, schema-aware encoding of JSON for LLM prompts",
|
||
"author": "Johann Schopplich <hello@johannschopplich.com>",
|
||
"license": "MIT",
|
||
"homepage": "https://toonformat.dev",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/toon-format/toon.git"
|
||
},
|
||
"bugs": {
|
||
"url": "https://github.com/toon-format/toon/issues"
|
||
},
|
||
"keywords": [
|
||
"toon",
|
||
"format",
|
||
"specification",
|
||
"llm",
|
||
"token-efficiency",
|
||
"data-format"
|
||
],
|
||
"sideEffects": false,
|
||
"exports": {
|
||
".": {
|
||
"types": "./dist/index.d.mts",
|
||
"default": "./dist/index.mjs"
|
||
}
|
||
},
|
||
"types": "./dist/index.d.mts",
|
||
"files": [
|
||
"dist"
|
||
],
|
||
"scripts": {
|
||
"build": "tsdown",
|
||
"test": "vitest"
|
||
},
|
||
"devDependencies": {
|
||
"@toon-format/spec": "^3.0.0"
|
||
}
|
||
}
|