mirror of
https://github.com/versia-pub/server.git
synced 2025-12-07 08:48:19 +01:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "@versia/kit",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"description": "Framework for building Versia Server plugins",
|
|
"author": {
|
|
"email": "contact@cpluspatch.com",
|
|
"name": "CPlusPatch",
|
|
"url": "https://cpluspatch.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/versia-pub/server/issues"
|
|
},
|
|
"icon": "https://github.com/versia-pub/server",
|
|
"license": "AGPL-3.0-or-later",
|
|
"keywords": [
|
|
"federated",
|
|
"activitypub",
|
|
"bun"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"email": "contact@cpluspatch.com",
|
|
"name": "CPlusPatch",
|
|
"url": "https://cpluspatch.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/versia-pub/server.git"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"drizzle-orm": "catalog:",
|
|
"hono": "catalog:",
|
|
"mitt": "catalog:",
|
|
"zod": "catalog:",
|
|
"zod-to-json-schema": "catalog:",
|
|
"zod-validation-error": "catalog:",
|
|
"chalk": "catalog:",
|
|
"@versia/client": "workspace:*",
|
|
"@versia-server/config": "workspace:*",
|
|
"@versia/sdk": "workspace:*",
|
|
"html-to-text": "catalog:",
|
|
"@logtape/logtape": "catalog:",
|
|
"sharp": "catalog:",
|
|
"magic-regexp": "catalog:",
|
|
"altcha-lib": "catalog:",
|
|
"hono-openapi": "catalog:"
|
|
},
|
|
"files": [
|
|
"tables/migrations"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts",
|
|
"default": "./index.ts"
|
|
},
|
|
"./db": {
|
|
"import": "./db/index.ts",
|
|
"default": "./db/index.ts"
|
|
},
|
|
"./tables": {
|
|
"import": "./tables/schema.ts",
|
|
"default": "./tables/schema.ts"
|
|
}
|
|
}
|
|
}
|