{
  "name": "@routerhub/agent-rules",
  "version": "1.5.30",
  "description": "Shared Copilot agent rules and guidelines for RouterHub projects",
  "main": "AGENTS.base.md",
  "bin": {
    "agent-rules": "merge.js"
  },
  "files": [
    "AGENTS.base.md",
    "rules/",
    "merge.js",
    "AGENTS.private.example.md",
    "PULL_REQUEST_TEMPLATE.md",
    "README.zh-CN.md",
    "postinstall.js",
    "package.json",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "node --check merge.js && node --check postinstall.js",
    "merge": "node merge.js",
    "sync": "node merge.js sync",
    "init": "node merge.js init",
    "watch": "node merge.js watch",
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/routerhub/agentRules"
  },
  "keywords": [
    "copilot",
    "agent",
    "rules",
    "guidelines"
  ],
  "author": "RouterHub Team",
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  }
}
