{ "name": "@aethex.os/cli", "version": "1.0.1", "description": "AeThex Language Command Line Interface - Compile .aethex files to JavaScript, Lua, Verse, and C#", "main": "lib/compiler.js", "bin": { "aethex": "bin/aethex.js" }, "type": "commonjs", "keywords": [ "aethex", "cli", "compiler", "metaverse", "cross-platform", "roblox", "uefn", "unity", "verse", "lua" ], "author": "AeThex Foundation", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AeThex-Corporation/AeThexOS.git", "directory": "aethex-lang/packages/cli" }, "bugs": { "url": "https://github.com/AeThex-Corporation/AeThexOS/issues" }, "homepage": "https://aethex.dev/lang", "files": [ "bin/", "lib/" ], "dependencies": { "@aethex.os/core": "^1.0.0", "chalk": "^4.1.2", "commander": "^11.0.0" }, "engines": { "node": ">=16.0.0" } }