{
  "name": "korext",
  "version": "1.0.1",
  "mcpName": "io.github.Korext/governance",
  "description": "KOREXT CLI. AI Code Governance. Enforce compliance policies on human written and AI generated code. 72 policy packs. 532 rules. 13 languages. Signed proof bundles.",
  "type": "module",
  "main": "bin/korext.js",
  "bin": {
    "korext": "bin/korext.js"
  },
  "author": "Korext <tombruno@korext.com> (https://korext.com)",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^14.0.3",
    "form-data": "^4.0.5",
    "glob": "^13.0.6",
    "node-fetch": "^3.3.2",
    "ora": "^5.4.1"
  },
  "files": [
    "bin/",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://korext.com",
  "repository": {
    "type": "git",
    "url": "https://korext.com"
  },
  "bugs": {
    "url": "https://korext.com/support",
    "email": "support@korext.com"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "governance",
    "compliance",
    "security",
    "SAST",
    "linter",
    "code-quality",
    "AI",
    "policy",
    "PCI-DSS",
    "HIPAA",
    "GDPR",
    "proof-bundle",
    "sovereignty"
  ]
}
