updating config

This commit is contained in:
lila 2026-04-21 12:01:29 +02:00
parent c9cddf68de
commit 9ea35568e5
2 changed files with 4 additions and 9 deletions

View file

@ -3,13 +3,7 @@
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"extract": "tsx scripts/extract.ts",
"annotate": "tsx scripts/annotate.ts",
"enrich": "tsx scripts/enrich.ts",
"merge": "tsx scripts/merge.ts",
"compare": "tsx scripts/compare.ts"
},
"scripts": {},
"dependencies": {
"@lila/shared": "workspace:*",
"better-sqlite3": "^12.9.0"