{
  "name": "@heapreaper/discordfaker",
  "version": "1.1.7",
  "main": "dist/index.js",
  "keywords": [
    "Discord.JS",
    "DiscordJS",
    "Utils"
  ],
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json && bun build src/index.ts --outdir dist --target bun"
  },
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.js"
  },
  "dependencies": {
    "@types/node": "^22.15.30",
    "discord.js": "^14.19.3"
  },
  "devDependencies": {
    "typedoc": "^0.28.5"
  }
}