fracturedjsonjs
Version:
JSON formatter that produces highly readable but fairly compact output
38 lines (37 loc) • 840 B
JSON
{
"name": "fracturedjsonjs",
"version": "5.0.1",
"description": "JSON formatter that produces highly readable but fairly compact output",
"main": "./dist/index.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-brooke/FracturedJsonJs.git"
},
"keywords": [
"JSON",
"JSONC",
"formatter",
"pretty printer",
"beautifier",
"stringify",
"compact",
"comments"
],
"author": "j-brooke",
"license": "MIT",
"bugs": {
"url": "https://github.com/j-brooke/FracturedJsonJs/issues"
},
"homepage": "https://j-brooke.github.io/FracturedJson/",
"devDependencies": {
"@types/jest": "^29.1.2",
"eastasianwidth": "^0.2.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^4.8.4"
}
}