28 lines
636 B
JSON
28 lines
636 B
JSON
{
|
|
"name": "@todo-tests/server",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/router.ts"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development bun --watch src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@effect/platform": "^0.58.20",
|
|
"@effect/platform-bun": "^0.38.19",
|
|
"@effect/schema": "^0.68.17",
|
|
"@thilawyn/thilalib": "^0.1.5",
|
|
"@todo-tests/common": "workspace:*",
|
|
"@trpc/server": "^10.45.2",
|
|
"effect": "^3.4.7",
|
|
"express": "^4.19.2",
|
|
"trpc-playground": "^1.0.4",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"bun-types": "^1.1.18"
|
|
}
|
|
}
|