This commit is contained in:
kjy
2025-12-16 20:06:49 +09:00
parent 699224fca0
commit b6d69c3623
24 changed files with 425 additions and 129 deletions

View File

@@ -10,20 +10,22 @@
"@types/node-telegram-bot-api": "^0.64.13"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.9.3"
},
"dependencies": {
"@prisma/adapter-libsql": "^7.0.1",
"@prisma/client": "^7.0.1",
"@types/cheerio": "^1.0.0",
"axios": "^1.13.2",
"axios-retry": "^4.5.0",
"cheerio": "^1.1.2",
"dayjs": "^1.11.19",
"dotenv": "^17.2.3",
"geolib": "^3.3.4",
"node-schedule": "^2.1.1",
"node-telegram-bot-api": "^0.66.0",
"p-limit": "^7.2.0",
"prisma": "^7.0.1",
"prisma": "7.0.1",
"xlsx": "^0.18.5"
}
}