{
  "name": "harness-copilot",
  "version": "0.1.2",
  "description": "Harness Engineering framework for GitHub Copilot — audit, generate, and maintain Copilot harnesses (.github/copilot-instructions.md, instructions, prompts, custom agents) for any codebase",
  "keywords": [
    "harness-engineering",
    "github-copilot",
    "copilot-instructions",
    "vscode",
    "agent-harness",
    "code-quality",
    "developer-tools"
  ],
  "homepage": "https://github.com/harness-engineering/harness-copilot",
  "repository": {
    "type": "git",
    "url": "https://github.com/harness-engineering/harness-copilot.git"
  },
  "license": "Apache-2.0",
  "author": "Harness Engineering Contributors",
  "type": "module",
  "bin": {
    "harness-copilot": "./bin/cli.js"
  },
  "files": [
    "bin/",
    "skills/",
    "docs/",
    "guides/",
    "templates/",
    "checklists/",
    "agent/",
    "setup",
    "AGENTS.md",
    ".github/copilot-instructions.md",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/skills.test.js tests/cli.test.js tests/setup.test.js",
    "test:cli": "node --test tests/cli.test.js",
    "test:setup": "node --test tests/setup.test.js",
    "test:skills": "node --test tests/skills.test.js",
    "lint": "node tests/lint-skills.js"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
