{
  "name": "@forgelore/cli",
  "version": "0.2.3",
  "description": "Beautiful CLI for spec-driven development — forge knowledge, shape code",
  "type": "module",
  "bin": {
    "forgelore": "./dist/index.js",
    "forge": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "clean": "rm -rf dist"
  },
  "files": ["dist"],
  "license": "MIT",
  "dependencies": {
    "@forgelore/core": "0.1.0",
    "commander": "^13.1.0",
    "chalk": "^5.4.0",
    "gradient-string": "^3.0.0",
    "ora": "^8.2.0",
    "boxen": "^8.0.0",
    "cli-table3": "^0.6.5",
    "figures": "^6.1.0",
    "@clack/prompts": "^0.10.0"
  },
  "devDependencies": {
    "@types/gradient-string": "^1.1.6",
    "tsup": "^8.4.0",
    "typescript": "^5.8.0",
    "vitest": "^3.1.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DxVapor/forgelore.git",
    "directory": "packages/cli"
  }
}
