UNPKG

@hulo/windows-i386

Version:

Hulo compiler for Windows (32-bit)

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