{
  "name": "k0ntext",
  "version": "3.8.1",
  "description": "Unified AI Context Engineering - Intelligent context for Claude, Copilot, Cline, and more with OpenRouter-powered initialization",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "k0ntext": "./bin/k0ntext.js"
  },
  "type": "module",
  "files": [
    "bin/",
    "dist/",
    "src/",
    "templates/",
    "skills/",
    "docs/"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/cli/index.js",
    "start:mcp": "node dist/mcp.js",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "eslint src/",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build && npm run test:run",
    "publish:dry": "npm pack --dry-run",
    "publish:public": "npm publish --access public"
  },
  "keywords": [
    "k0ntext",
    "context-engineering",
    "claude",
    "claude-code",
    "copilot",
    "github-copilot",
    "cline",
    "antigravity",
    "cursor",
    "windsurf",
    "aider",
    "ai",
    "llm",
    "mcp",
    "model-context-protocol",
    "openrouter",
    "embeddings",
    "semantic-search",
    "sqlite",
    "vector-database",
    "ai-coding",
    "developer-tools",
    "context-management",
    "gemini",
    "code-context",
    "continue"
  ],
  "author": "SireJeff",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SireJeff/k0ntext.git"
  },
  "bugs": {
    "url": "https://github.com/SireJeff/k0ntext/issues"
  },
  "homepage": "https://github.com/SireJeff/k0ntext#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@inquirer/prompts": "^5.5.0",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "better-sqlite3": "^12.6.2",
    "blessed": "^0.1.81",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "glob": "^10.5.0",
    "handlebars": "^4.7.8",
    "ora": "^8.0.1",
    "sqlite-vec": "^0.1.3",
    "sqlite-vec-windows-x64": "^0.1.7-alpha.2",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.8",
    "@types/blessed": "^0.1.27",
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.55.0",
    "typescript": "^5.3.0",
    "vitest": "^1.0.0"
  },
  "peerDependencies": {
    "claude-code": ">=1.0.33"
  },
  "peerDependenciesMeta": {
    "claude-code": {
      "optional": true
    }
  }
}
