mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"name": "homarr-prebuilt-debian",
|
|
"private": true,
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.5.0"
|
|
},
|
|
"packageManager": "pnpm@10.26.2",
|
|
"engines": {
|
|
"node": ">=24.12.0",
|
|
"pnpm": ">=10.26.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"better-sqlite3"
|
|
]
|
|
}
|
|
}
|