{ "name": "firefly-bot", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "build": "tsc && tsc-alias" }, "_moduleAliases": { "@": "src" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^1.13.2", "discord.js": "^14.24.2", "dotenv": "^17.2.3", "module-alias": "^2.2.3" }, "devDependencies": { "ts-node": "^10.9.2", "tsc-alias": "^1.8.16", "tsconfig-paths": "^4.2.0", "tsx": "^4.20.6", "typescript": "^5.9.3" } }