switch to monorepo structure
This commit is contained in:
21
packages/server/package.json
Normal file
21
packages/server/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "server",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun --watch ./src/server.ts"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.2.12",
|
||||
"@types/uid-safe": "^2.1.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
},
|
||||
"dependencies": {
|
||||
"arktype": "^2.1.20",
|
||||
"uid-safe": "^2.1.5",
|
||||
"ulid": "^3.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user