{
  "name": "koneck",
  "version": "2.128.45",
  "description": "Kinetically Orchestrated Neural Execution Engine for Code",
  "type": "module",
  "bin": {
    "koneck": "dist/index.js"
  },
  "author": "KONECK Contributors",
  "license": "MIT",
  "homepage": "https://github.com/Gubevu/konech#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Gubevu/konech.git"
  },
  "bugs": {
    "url": "https://github.com/Gubevu/konech/issues"
  },
  "keywords": [
    "ai",
    "coding-agent",
    "cli",
    "llm",
    "openai",
    "anthropic",
    "codex",
    "claude-code",
    "mcp",
    "koneck"
  ],
  "files": [
    "dist/",
    "img/",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "chmod +x dist/index.js",
    "dev": "tsx src/index.ts",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build",
    "test:failures": "node -e \"const r=require('./.vitest-report.json');const f=r.testResults.flatMap(t=>t.assertionResults.filter(a=>a.status==='failed').map(a=>t.name.split('/').pop()+' :: '+(a.fullName||a.title)+'\\n    '+(a.failureMessages||[]).join('\\n    ').split('\\n').slice(0,4).join('\\n    ')));console.log(f.length?f.join('\\n\\n'):'nothing failed in the last run')\""
  },
  "dependencies": {
    "@inquirer/prompts": "^7.1.0",
    "@modelcontextprotocol/sdk": "^1.30.0",
    "chalk": "^5.3.0",
    "diff": "^7.0.0",
    "dotenv": "^16.4.5",
    "execa": "^9.3.0",
    "globby": "^14.0.2",
    "ink": "^5.2.1",
    "openai": "^4.67.0",
    "ora": "^8.1.0",
    "react": "^18.3.1",
    "string-width": "^7.2.0",
    "ts-morph": "^24.0.0",
    "ws": "^8.21.3"
  },
  "devDependencies": {
    "@types/diff": "^5.2.1",
    "@types/node": "^22.0.0",
    "@types/react": "^18.3.31",
    "ink-testing-library": "^4.0.0",
    "tsx": "^4.19.0",
    "typescript": "^5.5.0",
    "vitest": "^2.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
