qubit 1.0.0-beta.2

Seamless RPC for Rust & TypeScript
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "qubit",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "lint": "biome check",
    "format": "biome check --fix"
  },
  "dependencies": {
    "@biomejs/biome": "^1.9.4"
  },
  "packageManager": "pnpm@10.33.0"
}