fabric-resolver 0.2.3

Client library for the Spaces protocol certificate relay network.
Documentation
{
  "name": "@spacesprotocol/fabric-react-native",
  "version": "0.1.0",
  "description": "Certrelay client for React Native (native backend)",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./signing": {
      "import": "./dist/signing.js",
      "types": "./dist/signing.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc"
  },
  "dependencies": {
    "@spacesprotocol/fabric-core": "*",
    "@spacesprotocol/react-native-libveritas": "0.0.0-dev.20260407170644",
    "uniffi-bindgen-react-native": "0.29.3-1"
  },
  "devDependencies": {
    "typescript": "^5.5.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/spacesprotocol/certrelay"
  }
}