{
  "name": "sleetcord-common",
  "version": "16.0.3",
  "description": "Common modules/utils for sleetcord bots",
  "keywords": [],
  "homepage": "https://github.com/AtoraSuunva/sleetcord-common#readme",
  "bugs": {
    "url": "https://github.com/AtoraSuunva/sleetcord-common/issues"
  },
  "license": "MIT",
  "author": "AtoraSuunva",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AtoraSuunva/sleetcord-common.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "dependencies": {
    "@sentry/node": "^10.10.0",
    "@typescript/native-preview": "7.0.0-dev.20260411.1",
    "env-var": "^7.5.0",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "oxlint-tsgolint": "^0.20.0",
    "pino": "^10.3.1",
    "pretty-ms": "^9.2.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.3",
    "@types/node": "^25.6.0",
    "tsdown": "^0.21.7",
    "typescript": "^6.0.2"
  },
  "peerDependencies": {
    "@prisma/client": "^7.7.0",
    "discord.js": "^14.26.2",
    "sleetcord": "^4.0.4"
  },
  "peerDependenciesMeta": {
    "@prisma/client": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "build": "tsdown",
    "check": "pnpm run '/.*:check/'",
    "fix": "pnpm run '/.*:fix/'",
    "lint:check": "oxlint",
    "format:check": "oxfmt --check",
    "lint:fix": "oxlint --fix",
    "format:fix": "oxfmt --write",
    "publish:npm": "pnpm publish",
    "publish:jsr": "pnpx jsr publish"
  }
}