ilo 26.5.0

ilo - the token-minimal programming language AI agents write
Documentation
{
  "name": "ilo-lang",
  "version": "26.5.0",
  "description": "ilo - the token-minimal programming language AI agents write",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ilo-lang/ilo"
  },
  "homepage": "https://github.com/ilo-lang/ilo",
  "keywords": [
    "language",
    "ai",
    "interpreter",
    "compiler",
    "programming-language"
  ],
  "bin": {
    "ilo": "bin/ilo.mjs",
    "ilo-lang": "bin/ilo.mjs"
  },
  "readme": "README.md",
  "files": [
    "bin/",
    "ilo.wasm",
    "README.md"
  ],
  "engines": {
    "node": ">=20.0.0"
  }
}