UNPKG

@hulo/darwin-arm64

Version:

Hulo compiler for macOS (Apple Silicon)

31 lines 748 B
{ "name": "@hulo/darwin-arm64", "version": "0.1.0", "description": "Hulo compiler for macOS (Apple Silicon)", "main": "index.js", "bin": { "hulo": "./bin/hulo" }, "files": [ "bin/", "index.js", "*.md", "LICENSE" ], "keywords": ["hulo", "compiler", "macos", "darwin", "arm64", "apple-silicon", "m1", "m2"], "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": ["darwin"], "cpu": ["arm64"], "engines": { "node": ">=14.0.0" } }