{"id":"cometahn1042f/zenit","name":"zenit","scope":"cometahn1042f","platform":"roblox","description":"ZENIT For Roblox","version":"0.1.5","latest":"0.1.5","versions":["0.1.0","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5"],"license":"MIT","licenseRating":"safe","licenseCaveats":[],"licenseVerified":true,"dependencies":{"cometahn1042f/janitor":{"version":"^0.1.6","alias":"Janitor"},"cometahn1042f/promise":{"version":"^0.1.3","alias":"Promise"},"cometahn1042f/signal":{"version":"^0.1.3","alias":"Signal"},"cometahn1042f/zenx":{"version":"^0.2.2","alias":"ZENX"}},"integrity":"7f34806cdc3b0ffc1f2355e7f8bed17206f01f29ac9f283eb4ed64db083f6a2f","likes":0,"downloads":0,"install":"forest install cometahn1042f/zenit","url":"https://forest.dev/p/roblox/cometahn1042f/zenit","files":"https://api.forest.dev/ai/package/roblox/cometahn1042f/zenit/files","readme":"# ZENIT\n\nZENIT is an environment-aware networking library for Luau on Roblox. It automatically resolves and returns `ZenitServer` when required on the server, or `ZenitClient` when required on the client.\n\n## Documentation Index\n\n- [API Reference](file:///c:/Lua/Libraries/ZENIT/docs/api-reference.md): Dynamic environment detection (`ZenitServer` / `ZenitClient`).\n- [Architecture & Design](file:///c:/Lua/Libraries/ZENIT/docs/architecture-and-design.md): Server-side cleanup of client code and security isolation.\n- [Performance & Memory Profile](file:///c:/Lua/Libraries/ZENIT/docs/performance-and-memory.md): Zero overhead module resolution metrics.\n- [Failure Modes & Exception Guarantees](file:///c:/Lua/Libraries/ZENIT/docs/failure-modes.md): Attempting to require ZenitServer on client context.\n- [Executable Examples](file:///c:/Lua/Libraries/ZENIT/docs/examples.md): Single require pattern for unified network scripts.\n\n## Quick Start\n\n```luau\nlocal ZENIT = require(path.to.ZENIT)\n\n-- ZENIT automatically returns Server or Client module depending on RunService context\n```","readmeTruncated":false}