{
  "name": "@triroop/engineering-system",
  "version": "0.4.0",
  "description": "Installs the Triroop Engineering System (ES) architecture skills into a project for Claude Code, GitHub Copilot, Codex, Antigravity, and other AGENTS.md-compatible agentic AI tools.",
  "license": "UNLICENSED",
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Saurabh Aralkar",
    "email": "saurabh@busybrains.ai"
  },
  "bin": {
    "engineering-system": "bin/cli.js"
  },
  "files": [
    "bin",
    "lib",
    "plugins/engineering-system"
  ],
  "scripts": {
    "test": "node --test",
    "postinstall": "node bin/postinstall.js"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude-code",
    "github-copilot",
    "codex",
    "antigravity",
    "agents.md",
    "engineering-system",
    "ai-agent-skills"
  ]
}
