# @internxt/lib

Common logic shared between different projects of Internxt.

A zero-dependency TypeScript library providing utilities for AES-256-GCM encryption, authentication helpers (email/password validation, JWT token handling), file/item naming, and string manipulation.

## Installation

```sh
npm install @internxt/lib
```

## Development

```sh
# Install dependencies
npm install

# Run tests
npm run test

# Build
npm run build
```

## License

[MIT](LICENSE)
