{
  "name": "cli-craft",
  "version": "1.1.7",
  "description": "CLI-Craft is a versatile and user-friendly Command-Line Interface (CLI) framework designed to simplify the process of building, customizing, and extending command-line tools.",
  "types": "./dist/cjs/index.d.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "exports": {
    ".": {
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "src/**/*.d.ts",
    "./dist",
    "./src"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "CLI",
    "command-line",
    "command-line interface",
    "CLI framework",
    "command-line tool",
    "CLI app",
    "interactive",
    "logging",
    "progress bars",
    "plugin system",
    "prompting",
    "node.js",
    "npm package",
    "command parsing",
    "CLI development",
    "developer tool",
    "command-line scripting",
    "terminal app",
    "CLI builder",
    "CLI creator"
  ],
  "author": "mikaelchowdhury",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/command-line-args": "^5.2.0",
    "@types/mocha": "^10.0.1",
    "@types/node": "^20.4.7",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "ts-node": "^10.9.1"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "command-line-args": "^5.2.1"
  }
}
