Migrate to TypeScript, minor changes and fixes #46

Merged
ihatenodejs merged 10 commits from typescript into main 2025-04-29 19:39:11 +00:00
Showing only changes of commit a5d1e0cd9c - Show all commits

View file

@ -1,10 +1,10 @@
{ {
"scripts": { "scripts": {
"start": "nodemon src/bot.js" "start": "nodemon src/bot.ts"
}, },
"dependencies": { "dependencies": {
"@dotenvx/dotenvx": "^1.41.0", "@dotenvx/dotenvx": "^1.41.0",
"@types/node": "^22.15.0", "@types/node": "^22.15.2",
"axios": "^1.9.0", "axios": "^1.9.0",
"node-html-parser": "^7.0.1", "node-html-parser": "^7.0.1",
"nodemon": "^3.1.10", "nodemon": "^3.1.10",