@hulo/linux-i386
Version:
Hulo compiler for Linux (32-bit)
31 lines • 706 B
JSON
{
"name": "@hulo/linux-i386",
"version": "0.1.0",
"description": "Hulo compiler for Linux (32-bit)",
"main": "index.js",
"bin": {
"hulo": "./bin/hulo"
},
"files": [
"bin/",
"index.js",
"*.md",
"LICENSE"
],
"keywords": ["hulo", "compiler", "linux", "i386", "32bit"],
"author": "The Hulo Authors",
"license": "MIT",
"homepage": "https://hulo-lang.github.io/docs/",
"repository": {
"type": "git",
"url": "https://github.com/hulo-lang/hulo.git"
},
"publishConfig": {
"access": "public"
},
"os": ["linux"],
"cpu": ["ia32"],
"engines": {
"node": ">=14.0.0"
}
}