Prerequisites
Before installing Sorionlib, ensure you have:- Node.js version 16.0.0 or higher
- npm or yarn package manager
Install via npm
Install via yarn
Install via pnpm
Dependencies
Sorionlib has minimal dependencies. The following are installed automatically:| Package | Purpose |
|---|---|
axios | HTTP client for API requests |
dotenv | Environment variable management |
Verify installation
After installation, verify it works by creating a test file:TypeScript setup
Sorionlib includes TypeScript definitions out of the box. No additional@types packages are required.