2025-03-22 02:34:03 +01:00
|
|
|
{
|
2025-03-22 18:04:47 +01:00
|
|
|
"name": "@versia/client",
|
2025-03-22 02:34:03 +01:00
|
|
|
"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",
|
2025-04-10 19:15:31 +02:00
|
|
|
"categories": [
|
|
|
|
|
"Other"
|
|
|
|
|
],
|
2025-03-22 02:34:03 +01:00
|
|
|
"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",
|
2025-04-10 19:15:31 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"versia",
|
|
|
|
|
"mastodon",
|
|
|
|
|
"api",
|
|
|
|
|
"typescript",
|
|
|
|
|
"rest"
|
|
|
|
|
],
|
2025-03-22 02:34:03 +01:00
|
|
|
"packageManager": "bun@1.2.5",
|
|
|
|
|
"dependencies": {
|
2025-04-10 19:56:42 +02:00
|
|
|
"@badgateway/oauth2-client": "^2.4.2",
|
|
|
|
|
"iso-639-1": "^3.1.5",
|
|
|
|
|
"zod": "^3.24.2"
|
2025-03-22 02:34:03 +01:00
|
|
|
}
|
|
|
|
|
}
|