save changes

This commit is contained in:
2025-08-23 22:17:27 +02:00
parent fcd1df0102
commit 37baaf72ab
8 changed files with 1695 additions and 5 deletions

View File

@ -6,9 +6,9 @@
"scripts": {
"start": "tsc && node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"db:schema": "ts-node src/schema.ts",
"db:test": "ts-node src/testmysql.ts"
"test": "echo \"Error: no test specified\" && exit 1",
"db:schema": "ts-node src/schema.ts",
"db:test": "ts-node src/testmysql.ts"
},
"keywords": [],
"author": "",
@ -24,6 +24,7 @@
"dotenv": "^17.2.1",
"mysql2": "^3.14.3",
"open": "^10.2.0",
"puppeteer": "^24.16.2"
"puppeteer": "^24.16.2",
"uuid": "^11.1.0"
}
}