mirror of
https://github.com/versia-pub/server.git
synced 2026-04-28 13:19:16 +02:00
refactor: 🚚 Organize code into sub-packages, instead of a single large package
This commit is contained in:
parent
79742f47dc
commit
a6d3ebbeef
366 changed files with 942 additions and 833 deletions
28
packages/config/package.json
Normal file
28
packages/config/package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "@versia-server/config",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./index.ts",
|
||||
"default": "./index.ts"
|
||||
},
|
||||
"./schema": {
|
||||
"import": "./schema.ts",
|
||||
"default": "./schema.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "catalog:",
|
||||
"zod": "catalog:",
|
||||
"zod-validation-error": "catalog:",
|
||||
"confbox": "catalog:",
|
||||
"web-push": "catalog:",
|
||||
"iso-639-1": "catalog:",
|
||||
"mime-types": "catalog:",
|
||||
"@versia/client": "workspace:*",
|
||||
"zod-to-json-schema": "catalog:"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue