{
  "name": "ollama-code-qwen",
  "version": "0.5.2",
  "description": "Un assistant IA en ligne de commande utilisant Ollama et le modèle qwen2.5-coder pour aider au développement, avec des capacités MCP améliorées et détection d'intentions en français et anglais",
  "main": "src/index.js",
  "type": "module",
  "bin": {
    "ollama-code": "./bin/ollama-code.js",
    "ollama-code-light": "./bin/ollama-code-light.js",
    "ollama-code-simple": "./bin/ollama-code-simple.js"
  },
  "files": [
    "bin",
    "src",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "start": "node src/index.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node -e \"try { require('fs').chmodSync('./bin/ollama-code.js', 0o755); require('fs').chmodSync('./bin/ollama-code-light.js', 0o755); require('fs').chmodSync('./bin/ollama-code-simple.js', 0o755); } catch(e) {}\"",
    "prepublishOnly": "node -e \"console.log('\\u001b[33mAssurez-vous que le modèle qwen2.5-coder:14b est installé sur votre serveur Ollama\\u001b[0m')\"",
    "publish": "node publish.js"
  },
  "keywords": [
    "ollama",
    "ai",
    "cli",
    "code",
    "assistant",
    "claude-code",
    "qwen",
    "coder",
    "qwen2.5"
  ],
  "author": "Yves Charvis",
  "license": "MIT",
  "dependencies": {
    "blessed": "^0.1.81",
    "blessed-contrib": "^4.11.0",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "conf": "^12.0.0",
    "inquirer": "^9.2.12",
    "node-fetch": "^3.3.2",
    "ora": "^7.0.1",
    "marked": "^9.1.6",
    "marked-terminal": "^6.1.0",
    "simple-git": "^3.22.0",
    "terminal-kit": "^3.0.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yvescharvis/ollama-code-qwen.git"
  },
  "bugs": {
    "url": "https://github.com/yvescharvis/ollama-code-qwen/issues"
  },
  "homepage": "https://github.com/yvescharvis/ollama-code-qwen#readme",
  "publishConfig": {
    "access": "public"
  }
}
