server/packages/client/package.json

74 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "@versia/client",
"displayName": "Versia Client",
"version": "0.2.0-alpha.4",
"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/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"
],
"type": "module",
"engines": {
"bun": ">=1.2.5"
},
"exports": {
".": {
"import": "./index.ts"
},
"./schemas": {
"import": "./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"
],
"packageManager": "bun@1.2.5",
"dependencies": {
2025-04-16 17:03:28 +02:00
"@badgateway/oauth2-client": "^3.0.0",
"iso-639-1": "catalog:",
"magic-regexp": "catalog:",
"zod": "catalog:",
"zod-openapi": "catalog:"
}
}