mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
docs(federation): 📝 Update SDK documentation
This commit is contained in:
parent
f79b0bc999
commit
45e5460975
67 changed files with 332 additions and 65 deletions
69
packages/sdk/package.json
Normal file
69
packages/sdk/package.json
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"name": "@versia/sdk",
|
||||
"displayName": "Versia SDK",
|
||||
"version": "0.0.1",
|
||||
"author": {
|
||||
"email": "jesse.wierzbinski@lysand.org",
|
||||
"name": "Jesse Wierzbinski (CPlusPatch)",
|
||||
"url": "https://cpluspatch.com"
|
||||
},
|
||||
"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",
|
||||
"default": "./inbox-processor.ts"
|
||||
},
|
||||
"./http": {
|
||||
"import": "./http.ts",
|
||||
"default": "./http.ts"
|
||||
},
|
||||
"./crypto": {
|
||||
"import": "./crypto.ts",
|
||||
"default": "./crypto.ts"
|
||||
},
|
||||
"./entities": {
|
||||
"import": "./entities/index.ts",
|
||||
"default": "./entities/index.ts"
|
||||
},
|
||||
"./schemas": {
|
||||
"import": "./schemas/index.ts",
|
||||
"default": "./schemas/index.ts"
|
||||
}
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/lysand"
|
||||
},
|
||||
"homepage": "https://versia.pub",
|
||||
"keywords": ["versia", "typescript", "sdk"],
|
||||
"packageManager": "bun@1.2.5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue