mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-12 02:22:25 +01:00
15 lines
447 B
JSON
15 lines
447 B
JSON
{
|
|
"license": "MIT",
|
|
"description": "This package.json is used for the migration script the dependencies are only installed within the Dockerfile.",
|
|
"scripts": {
|
|
"db:migrate": "tsx ./migrate.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/better-sqlite3": "^7.6.7",
|
|
"better-sqlite3": "8.6.0",
|
|
"drizzle-orm": "^0.28.6",
|
|
"dotenv": "^16.3.1",
|
|
"tsx": "4.19.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
} |