save current changes

This commit is contained in:
2025-08-17 17:47:54 +02:00
parent 60a5272054
commit dc4e57db2c
15 changed files with 944 additions and 68 deletions

View File

@ -6,19 +6,23 @@
"scripts": {
"start": "tsc && node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"db:schema": "ts-node src/schema.ts",
"db:test": "ts-node src/testmysql.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.0.0"
},
"dependencies": {
"@types/axios": "^0.14.4",
"axios": "^1.11.0",
"dotenv": "^17.2.1",
"mysql2": "^3.14.3",
"open": "^10.2.0",
"puppeteer": "^24.16.2"
}