json-compact
Version:
Create a downsized json file from tabular data, ie [{...},{...}] Optimized for GPT/LLM processing.
38 lines (37 loc) • 857 B
JSON
{
"name": "json-compact",
"version": "1.1.3",
"description": "Create a downsized json file from tabular data, ie [{...},{...}] Optimized for GPT/LLM processing.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolaszimmer/json-compact.git"
},
"keywords": [
"json",
"deflate",
"compress",
"compact",
"GPT",
"GPT-3",
"GPT-4",
"LLM"
],
"author": "Nicolas Zimmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolaszimmer/json-compact/issues"
},
"homepage": "https://github.com/nicolaszimmer/json-compact#readme",
"devDependencies": {
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
}
}