22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "backend",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"typescript": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "catalog:",
|
|
"better-sqlite3": "catalog:",
|
|
"cbor2": "catalog:",
|
|
"common": "workspace:^",
|
|
"effect": "catalog:",
|
|
"hono": "catalog:",
|
|
"kysely": "catalog:",
|
|
"uuid": "catalog:"
|
|
}
|
|
}
|