{
"name": "ilo-lang",
"version": "0.11.8",
"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"
}
}