@temporal-cortex/toon
Advanced tools
+3
-3
| { | ||
| "name": "@temporal-cortex/toon", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "TOON (Token-Oriented Object Notation) encoder/decoder — compact JSON for LLMs", | ||
@@ -31,5 +31,5 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@types/node": "^20", | ||
| "@types/node": "^25", | ||
| "typescript": "^5", | ||
| "vitest": "^3" | ||
| "vitest": "^4.0.18" | ||
| }, | ||
@@ -36,0 +36,0 @@ "scripts": { |
168269
0