{ "name": "@versia/sdk", "displayName": "Versia SDK", "version": "0.0.1", "author": { "email": "jesse.wierzbinski@lysand.org", "name": "Jesse Wierzbinski (CPlusPatch)", "url": "https://cpluspatch.com" }, "scripts": { "build": "bun run build.ts" }, "readme": "README.md", "repository": { "type": "git", "url": "https://github.com/versia-pub/server.git", "directory": "packages/federation" }, "bugs": { "url": "https://github.com/versia-pub/server/issues" }, "license": "MIT", "contributors": [ { "name": "Jesse Wierzbinski", "email": "jesse.wierzbinski@lysand.org", "url": "https://cpluspatch.com" } ], "maintainers": [ { "name": "Jesse Wierzbinski", "email": "jesse.wierzbinski@lysand.org", "url": "https://cpluspatch.com" } ], "description": "Versia Federation SDK", "categories": [ "Other" ], "type": "module", "engines": { "bun": ">=1.2.5" }, "exports": { ".": { "import": "./inbox-processor.ts" }, "./http": { "import": "./http.ts" }, "./crypto": { "import": "./crypto.ts" }, "./entities": { "import": "./entities/index.ts" }, "./schemas": { "import": "./schemas/index.ts" } }, "funding": { "type": "opencollective", "url": "https://opencollective.com/lysand" }, "homepage": "https://versia.pub", "keywords": [ "versia", "typescript", "sdk" ], "dependencies": { "magic-regexp": "catalog:", "mime-types": "catalog:", "zod": "catalog:" } }