{
  "name": "toga-ai",
  "version": "1.0.266",
  "description": "TOGA Technology Team Claude Knowledge System — shared AI coding harness with skills, knowledge base CLI, and project installer for Claude Code.",
  "keywords": [
    "claude",
    "claude-code",
    "ai",
    "knowledge-base",
    "skills",
    "toga-technology",
    "php",
    "developer-tools"
  ],
  "homepage": "https://togatech.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/agilantsolutions/claude"
  },
  "license": "UNLICENSED",
  "private": false,
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "toga-ai": "scripts/install.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js --post-install",
    "validate": "node knowledge.js validate",
    "index": "node knowledge.js index",
    "sync": "node sync-skills.js"
  },
  "files": [
    "agents/",
    "rules/",
    "skills/",
    "contexts/",
    "scripts/",
    "mcp-configs/",
    ".claude-plugin/",
    ".claude/settings.json",
    "knowledge/",
    "knowledge.js",
    "sync-skills.js",
    "CLAUDE.md"
  ],
  "main": "knowledge.js",
  "devDependencies": {}
}
