@krishnadaspc/tiny-json
Version:
Lightweight JSON compressor** with reversible key/value renaming, built for API response optimization and payload shrinking.
37 lines (36 loc) • 880 B
JSON
{
"name": "@krishnadaspc/tiny-json",
"version": "1.0.3",
"main": "index.js",
"type": "module",
"publishConfig": {
"access": "public"
},
"directories": {
"example": "example",
"test": "tests"
},
"scripts": {
"test": "node --test",
"dev": "node example/app.js"
},
"author": "Krishnadas PC",
"license": "MIT",
"description": "Lightweight JSON compressor** with reversible key/value renaming, built for API response optimization and payload shrinking.",
"keywords": [
"json",
"compression",
"minify",
"lightweight",
"zero-dependencies",
"reversible"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pckrishnadas88/tiny-json.git"
},
"bugs": {
"url": "https://github.com/pckrishnadas88/tiny-json/issues"
},
"homepage": "https://github.com/pckrishnadas88/tiny-json#readme"
}