json-tabifier
Version:
A CLI tool to format package.json file with customizable key alignment and indentation.
26 lines (25 loc) • 522 B
JSON
{
"name": "json-tabifier",
"version": "1.0.3",
"description": "A CLI tool to format package.json file with customizable key alignment and indentation.",
"main": "tabifier.js",
"bin": {
"tabify": "./tabifier.js"
},
"keywords": [
"json",
"formatter",
"cli",
"alignment",
"indentation",
"tabify",
"tabifier"
],
"author": "Rika",
"license": "MIT",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/mazsola739/json-tabifier.git"
}
}