{
  "name": "forcecode-ai",
  "version": "2.4.2",
  "description": "AI-powered CLI coding assistant — powered by NVIDIA NIM cloud models",
  "type": "module",
  "main": "src/nvidia.js",
  "files": [
    "bin",
    "src",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "force": "bin/force.js"
  },
  "scripts": {
    "start": "node bin/force.js",
    "install-global": "npm install -g ."
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "glob": "^11.0.0",
    "boxen": "^8.0.1",
    "ora": "^8.1.1",
    "marked": "^14.0.0",
    "marked-terminal": "^7.1.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "cli",
    "ai",
    "coding",
    "nvidia",
    "nim",
    "llm",
    "assistant"
  ],
  "author": "Force Code",
  "license": "MIT"
}