2023-11-12 01:02:26 +01:00
|
|
|
{
|
2023-11-15 06:48:23 +01:00
|
|
|
"license": "MIT",
|
2023-11-12 11:20:22 +01:00
|
|
|
"description": "This package.json is used for the migration script the dependencies are only installed within the Dockerfile.",
|
2023-11-12 01:02:26 +01:00
|
|
|
"scripts": {
|
2024-10-18 20:50:56 +02:00
|
|
|
"db:migrate": "tsx ./migrate.ts"
|
2023-11-12 01:02:26 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/better-sqlite3": "^7.6.7",
|
|
|
|
|
"better-sqlite3": "8.6.0",
|
|
|
|
|
"drizzle-orm": "^0.28.6",
|
|
|
|
|
"dotenv": "^16.3.1",
|
2024-10-18 20:50:56 +02:00
|
|
|
"tsx": "4.19.1",
|
2023-11-12 01:02:26 +01:00
|
|
|
"typescript": "^5.2.2"
|
|
|
|
|
}
|
|
|
|
|
}
|