pmat 3.11.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
{
  "name": "pmat-agent",
  "version": "2.176.0",
  "description": "PMAT - Zero-config AI context generation and code quality toolkit with Claude Code Agent Mode",
  "main": "index.js",
  "bin": {
    "pmat": "./bin/pmat",
    "pmat-agent": "./bin/pmat"
  },
  "scripts": {
    "postinstall": "node install.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "code-quality",
    "static-analysis",
    "complexity",
    "technical-debt",
    "ai-context",
    "claude-code",
    "mcp",
    "agent",
    "continuous-monitoring",
    "toyota-way"
  ],
  "author": "Pragmatic AI Labs <hello@paiml.com>",
  "license": "MIT",
  "homepage": "https://github.com/paiml/paiml-mcp-agent-toolkit",
  "repository": {
    "type": "git",
    "url": "https://github.com/paiml/paiml-mcp-agent-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/paiml/paiml-mcp-agent-toolkit/issues"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "os": [
    "linux",
    "darwin",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "files": [
    "bin/",
    "install.js",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {},
  "devDependencies": {}
}