2024-05-14 05:58:03 +02:00
|
|
|
{
|
2024-08-24 14:58:50 +02:00
|
|
|
"name": "@versia/federation",
|
|
|
|
|
"displayName": "Versia Federation",
|
2024-09-22 17:15:56 +02:00
|
|
|
"version": "0.1.1-rc.3",
|
2024-05-14 09:57:53 +02:00
|
|
|
"author": {
|
|
|
|
|
"email": "jesse.wierzbinski@lysand.org",
|
|
|
|
|
"name": "Jesse Wierzbinski (CPlusPatch)",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
},
|
|
|
|
|
"readme": "README.md",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-08-27 21:44:06 +02:00
|
|
|
"url": "git+https://github.com/versia-pub/api.git",
|
2024-05-14 09:57:53 +02:00
|
|
|
"directory": "federation"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
2024-08-27 21:44:06 +02:00
|
|
|
"url": "https://github.com/versia-pub/api/issues"
|
2024-05-14 09:57:53 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
],
|
2024-08-24 14:58:50 +02:00
|
|
|
"description": "SDK for Versia implementations.",
|
2024-05-14 09:57:53 +02:00
|
|
|
"categories": ["Other"],
|
|
|
|
|
"type": "module",
|
|
|
|
|
"engines": {
|
|
|
|
|
"bun": ">=1.1.8"
|
|
|
|
|
},
|
|
|
|
|
"exports": {
|
|
|
|
|
".": {
|
2024-07-22 23:10:12 +02:00
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"default": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts"
|
2024-06-20 00:21:34 +02:00
|
|
|
},
|
|
|
|
|
"./types": {
|
2024-09-16 12:44:11 +02:00
|
|
|
"import": "./dist/types.js",
|
|
|
|
|
"default": "./dist/types.js",
|
|
|
|
|
"types": "./dist/types.d.ts"
|
|
|
|
|
},
|
2024-09-23 09:44:20 +02:00
|
|
|
"./schemas": {
|
|
|
|
|
"import": "./dist/schemas.js",
|
|
|
|
|
"default": "./dist/schemas.js",
|
|
|
|
|
"types": "./dist/schemas.d.ts"
|
2024-05-14 09:57:53 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/lysand"
|
|
|
|
|
},
|
2024-08-24 14:58:50 +02:00
|
|
|
"homepage": "https://versia.pub",
|
2024-05-14 09:57:53 +02:00
|
|
|
"keywords": [
|
2024-08-24 14:58:50 +02:00
|
|
|
"versia",
|
2024-05-14 09:57:53 +02:00
|
|
|
"federation",
|
|
|
|
|
"api",
|
|
|
|
|
"typescript",
|
|
|
|
|
"zod",
|
|
|
|
|
"validation"
|
|
|
|
|
],
|
|
|
|
|
"packageManager": "bun@1.1.8",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"magic-regexp": "^0.8.0",
|
|
|
|
|
"mime-types": "^2.1.35",
|
|
|
|
|
"zod": "^3.23.8",
|
2024-09-16 15:47:11 +02:00
|
|
|
"zod-validation-error": "^3.4.0"
|
2024-06-08 02:43:28 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-07-22 23:20:51 +02:00
|
|
|
"@types/mime-types": "^2.1.4",
|
2024-06-08 02:43:28 +02:00
|
|
|
"@morlay/bunpublish": "^0.4.1"
|
2024-05-14 09:00:05 +02:00
|
|
|
}
|
2024-05-14 09:57:53 +02:00
|
|
|
}
|