{ "name": "@aethex.os/core", "version": "1.0.0", "description": "AeThex Language Standard Library - Cross-platform utilities for authentication, data sync, and compliance", "main": "index.js", "types": "index.d.ts", "type": "module", "keywords": [ "aethex", "metaverse", "cross-platform", "roblox", "uefn", "unity", "coppa", "compliance", "pii-detection" ], "author": "AeThex Foundation", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AeThex-Corporation/AeThexOS.git", "directory": "aethex-lang/packages/core" }, "bugs": { "url": "https://github.com/AeThex-Corporation/AeThexOS/issues" }, "homepage": "https://aethex.dev/lang", "files": [ "index.js", "index.d.ts", "README.md", "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }