16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "@todo-tests/common",
|
|
"type": "module",
|
|
"exports": {
|
|
"./data": "./src/data/index.ts",
|
|
"./traits": "./src/traits/index.ts"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@effect/rpc": "^0.31.18",
|
|
"@effect/schema": "^0.68.15",
|
|
"@thilawyn/thilalib": "^0.1.5",
|
|
"effect": "^3.4.6"
|
|
}
|
|
}
|