{ "name": "template", "module": "src/index.ts", "type": "module", "license": "AGPL-3.0-only", "author": { "name": "willow", "email": "hai@wlo.moe", "url": "https://wlo.moe." }, "scripts": { "start": "bun run src/index.ts", "dev": "bun run src/index.ts --watch", "fmt": "bunx biome format --write src/", "lint": "bunx biome lint src/", "check": "bunx biome check src/" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "^1.3.7", "drizzle-kit": "^1.0.0-beta.12-a5629fb" }, "peerDependencies": { "typescript": "^5.8.3" }, "dependencies": { "@libsql/client": "^0.17.0", "discord.js": "^14.24.0", "drizzle-orm": "^1.0.0-beta.12-a5629fb", "nanoid": "^5.1.6", "pino": "^10.3.0", "pino-pretty": "^13.1.3", "zod": "^4.3.6" } }