### Install and Run Project Commands Source: https://github.com/pasarguard/xray-config-kit/blob/main/README.md Standard commands for installing dependencies, checking types, building the project, and running tests. ```powershell bun install ``` ```powershell bun run typecheck ``` ```powershell bun run build ``` ```powershell bun test ``` -------------------------------- ### Import Core Utilities from Xray Config Kit Source: https://github.com/pasarguard/xray-config-kit/blob/main/README.md Import essential functions for managing Xray-core configurations. These are typically used in frontend applications. ```typescript import { createDefaultInbound, createDefaultXrayCoreConfigJson, generateClientLink, validateStrictXrayConfig } from "@pasarguard/xray-config-kit"; ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.