This commit is contained in:
Julien Valverdé
2024-07-06 23:31:07 +02:00
parent b7ecf2401d
commit 6e429060d5
8 changed files with 17 additions and 14 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "@todo-tests/server",
"type": "module",
"exports": {
".": "./src/router.ts"
},
"private": true,
"dependencies": {
"@effect/platform": "^0.58.18",
"@effect/platform-bun": "^0.38.17",
"@effect/rpc-http": "^0.29.18",
"@effect/schema": "^0.68.15",
"@thilawyn/thilalib": "^0.1.5",
"@todo-tests/common": "workspace:*",