{
  "name": "@kerno/cli",
  "version": "0.1.17",
  "description": "Kerno CLI - Local backend validation for AI-generated code, against your real stack.",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "bin": {
    "kerno": "./cli.js"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "kerno",
    "cli",
    "testing",
    "ai",
    "integration-testing",
    "mcp"
  ],
  "homepage": "https://kerno.io",
  "scripts": {
    "postinstall": "node postinstall.cjs"
  },
  "files": [
    "cli.js",
    "postinstall.cjs",
    "LICENSE",
    "README.md"
  ]
}
