17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"name": "@lila/pipeline",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"@lila/shared": "workspace:*",
|
|
"better-sqlite3": "^12.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/node": "^24.12.0",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|