2024-05-14 05:58:03 +02:00
|
|
|
{
|
2024-05-14 09:57:53 +02:00
|
|
|
"name": "@lysand-org/federation",
|
|
|
|
|
"displayName": "Lysand Federation",
|
2024-05-14 10:51:59 +02:00
|
|
|
"version": "0.0.0",
|
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",
|
|
|
|
|
"url": "https://github.com/lysand-org/api.git",
|
|
|
|
|
"directory": "federation"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/lysand-org/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": "Type definitions for Lysand Federation, with validators.",
|
|
|
|
|
"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
|
|
|
},
|
2024-06-30 10:20:07 +02:00
|
|
|
"./requester": {
|
2024-07-22 23:10:12 +02:00
|
|
|
"import": "./dist/requester.js",
|
|
|
|
|
"default": "./dist/requester.js",
|
|
|
|
|
"types": "./dist/requester.d.ts"
|
2024-06-30 10:20:07 +02:00
|
|
|
},
|
2024-06-20 00:21:34 +02:00
|
|
|
"./types": {
|
2024-07-22 23:10:12 +02:00
|
|
|
"import": "./dist/schema.js",
|
|
|
|
|
"default": "./dist/schema.js",
|
|
|
|
|
"types": "./dist/schema.d.ts"
|
2024-05-14 09:57:53 +02:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/lysand"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://lysand.org",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"lysand",
|
|
|
|
|
"federation",
|
|
|
|
|
"api",
|
|
|
|
|
"typescript",
|
|
|
|
|
"zod",
|
|
|
|
|
"validation"
|
|
|
|
|
],
|
|
|
|
|
"packageManager": "bun@1.1.8",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/mime-types": "^2.1.4",
|
|
|
|
|
"magic-regexp": "^0.8.0",
|
|
|
|
|
"mime-types": "^2.1.35",
|
|
|
|
|
"zod": "^3.23.8",
|
|
|
|
|
"zod-validation-error": "^3.3.0"
|
2024-06-08 02:43:28 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@morlay/bunpublish": "^0.4.1"
|
2024-05-14 09:00:05 +02:00
|
|
|
}
|
2024-05-14 09:57:53 +02:00
|
|
|
}
|