{
  "name": "discord.ts-buddy",
  "version": "1.4.0",
  "description": "TypeScript helper classes for use with Discord.js bots.",
  "engineStrict": true,
  "main": "./build/src/main.js",
  "types": "./build/src/main.d.ts",
  "engines": {
    "node": ">= 22.12.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/nconf": "~0.0.37",
    "@types/node": "22.15.2",
    "@typescript-eslint/eslint-plugin": "~6.19.1",
    "@typescript-eslint/parser": "~6.19.1",
    "eslint": "~8.56.0",
    "jest": "~29.7.0",
    "rimraf": "~2.6.2",
    "ts-jest": "29.3.2",
    "tsutils": "3.21.0",
    "typescript": "5.8.3",
    "winston": "3.2.1",
    "winston-daily-rotate-file": "3.8.0"
  },
  "scripts": {
    "clean": "rimraf coverage build tmp logs data",
    "build": "tsc --project tsconfig.release.json",
    "build-prod": "tsc --project tsconfig.release.json",
    "lint": "eslint . --ext .ts",
    "pretest": "npm run lint --force",
    "test": "npm run test-only",
    "test-only": "jest --coverage",
    "test:watch": "jest --watch",
    "test-basic": "jest",
    "test-bots": "jest --rootDir=./ --config=./jest/jest.bots.config.js",
    "publish-npm": "npm run clean && npm run build-prod && npm publish --access public"
  },
  "author": "Mitch Chiles <mitchchiles@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/MitchCodes/Discord.ts-Buddy.git"
  },
  "bugs": {
    "url": "https://github.com/MitchCodes/Discord.ts-Buddy/issues"
  },
  "homepage": "https://github.com/MitchCodes/Discord.ts-Buddy#about",
  "dependencies": {
    "@discordjs/opus": "0.10.0",
    "@discordjs/voice": "0.19.2",
    "discord.js": "14.25.1",
    "ffmpeg-static": "^4.2.7",
    "libsodium-wrappers": "^0.7.9",
    "moment": "~2.29.1",
    "nconf": "~0.10.0",
    "rxjs": "~5.5.6",
    "tsdatautils-core": "0.2.3",
    "tslib": "~2.6.2"
  }
}
