{ "name": "kord", "packageManager": "yarn@4.9.1", "dependencies": { "@prisma/client": "6.4.1", "discord.js": "^14.25.1", "dotenv": "^17.3.1", "ioredis": "^5.10.1" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.5.0", "@typescript-eslint/eslint-plugin": "^8.57.2", "@typescript-eslint/parser": "^8.57.2", "eslint": "^10.1.0", "jest": "^30.3.0", "prettier": "^3.8.1", "prisma": "6.4.1", "ts-jest": "^29.4.6", "tsx": "^4.21.0", "typescript": "^6.0.2" }, "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js", "test": "jest", "check-i18n": "tsx scripts/check-i18n-tests.ts" } }