{ "name": "bot", "type": "module", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon --watch src/ --exec 'npm run dev'", "dev": "tsc && node dist" }, "author": "", "license": "ISC", "dependencies": { "express": "^4.17.1", "node-fetch": "^3.0.0", "serverline": "^1.5.0", "socket.io": "^4.4.0" }, "devDependencies": { "@types/express": "^4.17.15", "typescript": "^4.9.4" } }