#1616 Recovery script in Docker container (#1726)

This commit is contained in:
Manuel
2023-12-04 13:06:14 +01:00
committed by GitHub
parent cca8be09cb
commit fc38f7ab29
7 changed files with 1531 additions and 0 deletions

12
cli/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"dependencies": {
"bcryptjs": "^2.4.3",
"better-sqlite3": "^8.6.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"consola": "^3.0.0",
"drizzle-orm": "^0.28.6",
"yargs": "^17.7.2"
},
"type": "module"
}