{
  "name": "justice-ctl",
  "version": "1.0.5",
  "description": "CLI tool for managing the Justice control demo project of Luka",
  "bin": {
    "justice-ctl": "index.js"
  },
  "type": "module",
  "author": "Bao Huynh Gia",
  "license": "MIT",
  "keywords": [
    "cli",
    "justice",
    "ctl"
  ],
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "dependencies": {
    "chalk": "^5.4.1",
    "commander": "^13.1.0"
  }
}
