Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Bump version to 3.0.0 and update package.json configuration
- Update version in package.json from 2.1.1 to 3.0.0. - Specify "main" as "./core/LiteNode/LiteNode.js". - Set "type" to "module" for ES module support. - Define "types" as "types/litenode.d.ts" for TypeScript declarations. - Remove the "exports" field to streamline module configuration.