项目文件夹

文件
Phumrapee Limpianchop 1336074d43
CI / ci (push) Has been cancelled
Deploy Docs / Deploy Docs (push) Has been cancelled
fix(decode): prevent false array header detection for unquoted keys c… (#314)
* fix(decode): prevent false array header detection for unquoted keys containing brackets and colons

* test(decode): pin stream parity for an unquoted bracket-colon scalar

* chore(toon): bump `@toon-format/spec` to ^3.3.2

---------

Co-authored-by: Johann Schopplich <johann@schopplich.com>
2026-07-18 21:15:25 +02:00

44 行
982 B
JSON

{
"name": "@toon-format/toon",
"type": "module",
"version": "2.3.1",
"packageManager": "pnpm@11.13.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.3.2"
}
}