{
  "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"
  }
}
