{
  "name": "gxlang",
  "version": "0.7.0",
  "description": "GX — brain-first programming language for AI assistants and production applications. Capability-sandboxed process/HTTP/database runtimes, task concurrency, testing framework, debugger, REPL, and a full stdlib.",
  "keywords": [
    "gx",
    "language",
    "ai",
    "agent",
    "brain-first",
    "interpreter",
    "llm",
    "openai",
    "anthropic",
    "ollama",
    "vector-store",
    "regex",
    "runtime",
    "capability-sandbox"
  ],
  "author": "Ahmed Elgarhy <ahmed@devjsx.com>",
  "license": "MIT",
  "homepage": "https://github.com/elgrhy/gx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elgrhy/gx.git"
  },
  "bugs": {
    "url": "https://github.com/elgrhy/gx/issues"
  },
  "bin": {
    "gx": "bin/gx.js"
  },
  "scripts": {
    "postinstall": "node scripts/install.js"
  },
  "files": [
    "bin/",
    "scripts/",
    "README.md"
  ],
  "engines": {
    "node": ">=16"
  }
}
