UNPKG

@hulo/linux-arm64

Version:

Hulo compiler for Linux (ARM64)

31 lines 710 B
{ "name": "@hulo/linux-arm64", "version": "0.1.0", "description": "Hulo compiler for Linux (ARM64)", "main": "index.js", "bin": { "hulo": "./bin/hulo" }, "files": [ "bin/", "index.js", "*.md", "LICENSE" ], "keywords": ["hulo", "compiler", "linux", "arm64", "aarch64"], "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": ["arm64"], "engines": { "node": ">=14.0.0" } }