@yogesh0333/yogiway
Version:
YOGIWAY Format - Ultra-compact, nested-aware data format for LLM prompts. Handles deeply nested JSON efficiently, 10-15% more efficient than TOON.
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "@yogesh0333/yogiway",
"version": "1.2.2",
"description": "YOGIWAY Format - Ultra-compact, nested-aware data format for LLM prompts. Handles deeply nested JSON efficiently, 10-15% more efficient than TOON.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"yogiway": "./dist/cli.js",
"yogiway-compress": "./quick-compress.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"yogiway",
"format",
"serialization",
"llm",
"prompts",
"token-efficient",
"data-format",
"json-alternative",
"toon-alternative",
"nested-json",
"deep-nesting"
],
"author": "",
"license": "MIT",
"files": [
"dist",
"README.md",
"SPEC.md"
],
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0",
"jest": "^29.0.0",
"@types/jest": "^29.0.0",
"ts-jest": "^29.0.0"
},
"engines": {
"node": ">=16.0.0"
}
}