@hulo/windows-x86-64
Version:
Hulo compiler for Windows (64-bit)
31 lines • 719 B
JSON
{
"name": "@hulo/windows-x86-64",
"version": "0.1.0",
"description": "Hulo compiler for Windows (64-bit)",
"main": "index.js",
"bin": {
"hulo": "./bin/hulo.exe"
},
"files": [
"bin/",
"index.js",
"*.md",
"LICENSE"
],
"keywords": ["hulo", "compiler", "windows", "x86_64", "64bit"],
"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": ["win32"],
"cpu": ["x64"],
"engines": {
"node": ">=14.0.0"
}
}