all repos — stealth-developers @ 6103149c03340fe2c2d0f2500d24a1efdd9c1635

package.json (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
{
  "name": "template",
  "license": "AGPL-3.0-only",
  "author": {
    "name": "willow",
    "email": "hai@wlo.moe",
    "url": "https://wlo.moe."
  },
  "type": "module",
  "module": "src/index.ts",
  "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/"
  },
  "dependencies": {
    "@libsql/client": "^0.17.2",
    "discord-api-types": "^0.38.47",
    "discord.js": "^14.26.2",
    "drizzle-orm": "^1.0.0-beta.9-e89174b",
    "fastest-levenshtein": "^1.0.16",
    "imghash": "^1.1.4",
    "jimp": "^1.6.1",
    "nanoid": "^5.1.7",
    "pino": "^10.3.1",
    "pino-pretty": "^13.1.3",
    "tesseract.js": "^7.0.0",
    "uwuifier": "^4.2.2",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/bun": "^1.3.12",
    "drizzle-kit": "^1.0.0-beta.9-e89174b"
  },
  "peerDependencies": {
    "typescript": "^5.9.3"
  }
}