{
  "name": "@fsfalmansour/neohub-cli",
  "version": "1.1.0",
  "description": "NeoHub CLI - AI code assistant in your terminal",
  "main": "dist/index.js",
  "bin": {
    "neohub": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc --build",
    "dev": "tsc --build --watch",
    "start": "node dist/cli.js",
    "test": "jest",
    "clean": "rm -rf dist *.tsbuildinfo"
  },
  "dependencies": {
    "@fsfalmansour/neohub-core": "^1.0.1",
    "commander": "^11.1.0",
    "inquirer": "^9.2.12",
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "marked": "^11.0.0",
    "configstore": "^6.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.10.0",
    "@types/configstore": "^6.0.2",
    "@types/jest": "^29.5.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "cli",
    "ai",
    "code-assistant",
    "ollama",
    "chatgpt",
    "copilot",
    "continue",
    "codeium",
    "local-ai",
    "privacy",
    "deepseek",
    "codellama",
    "llm",
    "coding-assistant",
    "ai-pair-programmer",
    "offline-ai",
    "private-ai",
    "code-review",
    "code-generation",
    "refactoring"
  ],
  "author": "NeoTechnology Solutions",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fahadalmansour/NeoHub.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/fahadalmansour/NeoHub/issues"
  },
  "homepage": "https://github.com/fahadalmansour/NeoHub#readme"
}
