{
  "name": "worexcodev2",
  "version": "2.0.0",
  "description": "WorexCode V2 - Ultra gelişmiş AI terminal asistanı. CLI üzerinde yapay zeka sohbeti, kod yardımı, çoklu model desteği.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "worexcodev2": "bin/worexcode.js"
  },
  "main": "./bin/worexcode.js",
  "preferGlobal": true,
  "scripts": {
    "postinstall": "node ./postinstall.mjs",
    "start": "node ./bin/worexcode.js"
  },
  "files": [
    "bin",
    "models",
    "postinstall.mjs",
    "README.md"
  ],
  "keywords": [
    "ai",
    "coding",
    "terminal",
    "cli",
    "agent",
    "worexcode",
    "worexcodev2",
    "chat",
    "assistant"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "arm64",
    "x64"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ahmet/worexcodev2.git"
  },
  "homepage": "https://worexcode.dev",
  "bugs": "https://github.com/ahmet/worexcodev2/issues"
}
