Yet another Fluxer bot built with TypeScript and Bun
at better-command-system 32 lines 699 B view raw
1{ 2 "name": "hydro", 3 "private": true, 4 "type": "module", 5 "module": "src/index.ts", 6 "scripts": { 7 "lint": "oxlint", 8 "lint:fix": "oxlint --fix", 9 "fmt": "oxfmt", 10 "db:push": "drizzle-kit push" 11 }, 12 "dependencies": { 13 "@fluxerjs/core": "^1.2.3", 14 "@standard-schema/spec": "^1.1.0", 15 "@t3-oss/env-core": "^0.13.10", 16 "drizzle-orm": "^0.45.1", 17 "reflect-metadata": "^0.2.2", 18 "tslog": "^4.10.2", 19 "ulid": "^3.0.2", 20 "zod": "^4.3.6" 21 }, 22 "devDependencies": { 23 "@libsql/client": "^0.17.2", 24 "@types/bun": "latest", 25 "drizzle-kit": "^0.31.10", 26 "oxfmt": "^0.41.0", 27 "oxlint": "^1.56.0" 28 }, 29 "peerDependencies": { 30 "typescript": "^5" 31 } 32}