{
  "name": "@k0ntext/tools",
  "version": "1.0.0",
  "description": "CLI tools for Claude Context Engineering template",
  "main": "lib/index.js",
  "bin": {
    "k0ntext-tools": "./bin/k0ntext-tools.js"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint lib/",
    "validate": "node bin/claude-context.js validate"
  },
  "keywords": [
    "claude",
    "claude-code",
    "context-engineering",
    "ai-development",
    "documentation"
  ],
  "author": "Claude Context Engineering Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/claude-code-context-engineering-template"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "ajv": "^8.12.0",
    "ajv-formats": "^2.1.1",
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "glob": "^10.3.10",
    "yaml": "^2.3.4"
  },
  "devDependencies": {
    "eslint": "^8.55.0",
    "jest": "^29.7.0"
  },
  "files": [
    "bin/",
    "lib/",
    "schemas/"
  ]
}
