fix(packaging): Update package metadata: add exports, mark package public; clean up README contributing section

This commit is contained in:
2025-08-24 19:37:15 +00:00
parent 290ff93c1e
commit 73c85f0623
4 changed files with 11 additions and 21 deletions

View File

@@ -449,24 +449,6 @@ SmartIPC uses a layered architecture for maximum flexibility:
| Message Size Limits | | | | |
| Type Safety | | | | |
## Contributing
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
```bash
# Clone the repository
git clone https://code.foss.global/push.rocks/smartipc.git
# Install dependencies
pnpm install
# Run tests
pnpm test
# Build
pnpm build
```
## Support
- 📖 [Documentation](https://code.foss.global/push.rocks/smartipc)