{ "name": "crunk-bun", "module": "index.ts", "scripts": { "start": "bun run index.index", "build": "bun build --minify --sourcemap index.ts --outdir ./build --target bun" }, "type": "module", "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.0.0" }, "dependencies": { "@huggingface/inference": "^2.6.7", "discord.js": "^14.14.1", "openai": "^4.36.0" } }