mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Some checks failed
CodeQL Scan / Analyze (javascript-typescript) (push) Failing after 1s
Build Docker Images / lint (push) Failing after 7s
Build Docker Images / check (push) Failing after 6s
Build Docker Images / tests (push) Failing after 6s
Deploy Docs to GitHub Pages / build (push) Failing after 0s
Build Docker Images / build (server, Dockerfile, ${{ github.repository_owner }}/server) (push) Has been skipped
Build Docker Images / build (worker, Worker.Dockerfile, ${{ github.repository_owner }}/worker) (push) Has been skipped
Deploy Docs to GitHub Pages / Deploy (push) Has been skipped
Mirror to Codeberg / Mirror (push) Failing after 0s
Nix Build / check (push) Failing after 1s
Test Publish / build (client) (push) Failing after 0s
Test Publish / build (sdk) (push) Failing after 0s
73 lines
1.8 KiB
JSON
73 lines
1.8 KiB
JSON
{
|
|
"name": "@versia/client",
|
|
"displayName": "Versia Client",
|
|
"version": "0.2.0-alpha.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/client"
|
|
},
|
|
"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": "Client for Mastodon and Versia API",
|
|
"categories": [
|
|
"Other"
|
|
],
|
|
"type": "module",
|
|
"engines": {
|
|
"bun": ">=1.2.5"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts",
|
|
"default": "./index.ts"
|
|
},
|
|
"./schemas": {
|
|
"import": "./schemas.ts",
|
|
"default": "./schemas.ts"
|
|
}
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/lysand"
|
|
},
|
|
"homepage": "https://versia.pub",
|
|
"keywords": [
|
|
"versia",
|
|
"mastodon",
|
|
"api",
|
|
"typescript",
|
|
"rest"
|
|
],
|
|
"packageManager": "bun@1.2.5",
|
|
"dependencies": {
|
|
"@badgateway/oauth2-client": "^3.0.0",
|
|
"iso-639-1": "^3.1.5",
|
|
"magic-regexp": "^0.10.0",
|
|
"zod": "^3.24.2",
|
|
"zod-openapi": "^4.2.4"
|
|
}
|
|
}
|