17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"name": "backend",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/bun": "latest"
|
|
},
|
|
"dependencies": {
|
|
"@effect/schema": "catalog:",
|
|
"effect": "catalog:",
|
|
"fast-check": "catalog:",
|
|
"ulid": "catalog:"
|
|
}
|
|
}
|