This commit is contained in:
Baobhan Sith
2025-04-28 17:08:02 +08:00
parent 4b06f3b510
commit fe172fdbed
4 changed files with 366 additions and 1 deletions
+3 -1
View File
@@ -10,7 +10,8 @@
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
@@ -36,6 +37,7 @@
"@tailwindcss/postcss": "^4.1.4",
"@types/qrcode": "^1.5.5",
"@types/speakeasy": "^2.0.10",
"patch-package": "^8.0.0",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0",
"sqlite3": "^5.1.7"