mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"name": "@versia-server/tests",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"exports": {
|
|
".": {
|
|
"import": "./index.ts",
|
|
"default": "./index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@versia-server/config": "workspace:*",
|
|
"@versia-server/kit": "workspace:*",
|
|
"@versia/client": "workspace:*",
|
|
"altcha-lib": "catalog:",
|
|
"drizzle-orm": "catalog:"
|
|
}
|
|
}
|