{ "name": "@aethex/lang", "version": "1.0.0", "description": "AeThex Language - Write once. Build everywhere. Comply by default.", "main": "aethex-compiler.js", "bin": { "aethex": "./aethex.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "node aethex.js compile" }, "keywords": [ "aethex", "metaverse", "cross-platform", "roblox", "uefn", "unity", "coppa", "compliance" ], "author": "AeThex Foundation", "license": "MIT", "type": "commonjs", "dependencies": { "chalk": "^4.1.2", "commander": "^14.0.3" } }