this repo has no description
at main 401 B view raw
1{ 2 "name": "broken", 3 "type": "commonjs", 4 "private": true, 5 "scripts": { 6 "start": "bun --bun run ./src/parent.ts" 7 }, 8 "devDependencies": { 9 "@types/bun": "latest", 10 "@types/node": "^22.13.10" 11 }, 12 "peerDependencies": { 13 "typescript": "^5" 14 }, 15 "dependencies": { 16 "discord.js": "^14.18.0", 17 "status-sharding": "^1.8.12" 18 } 19}