mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "@versia/client",
|
|
"displayName": "Versia Client",
|
|
"version": "0.1.3",
|
|
"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/api.git",
|
|
"directory": "client"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/versia-pub/api/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.1.8"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./types": {
|
|
"import": "./dist/types.js",
|
|
"default": "./dist/types.js",
|
|
"types": "./dist/types.d.ts"
|
|
}
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/lysand"
|
|
},
|
|
"homepage": "https://versia.pub",
|
|
"keywords": ["versia", "mastodon", "api", "typescript", "rest"],
|
|
"packageManager": "bun@1.1.8",
|
|
"dependencies": {
|
|
"@badgateway/oauth2-client": "^2.4.2",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|