{
  "name": "sentrik",
  "version": "1.7.0",
  "mcpName": "io.github.maxgerhardson/sentrik",
  "description": "Governance runtime for AI-generated code. Scan, gate, and trace compliance automatically.",
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "sentrik",
    "governance",
    "compliance",
    "security",
    "linter",
    "iec-62304",
    "owasp",
    "soc2",
    "ci-cd",
    "code-quality"
  ],
  "homepage": "https://sentrik.dev",
  "bugs": {
    "url": "https://github.com/maxgerhardson/sentrik-community/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maxgerhardson/sentrik-community.git"
  },
  "license": "SEE LICENSE IN LICENSE_PROPRIETARY.txt",
  "author": "Max Gerhardson",
  "files": [
    "run.js",
    "install.js",
    "README.md",
    "LICENSE_PROPRIETARY.txt"
  ],
  "bin": {
    "sentrik": "run.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "engines": {
    "node": ">=16"
  }
}
