{
  "name": "discord-message-transcript",
  "version": "1.4.1",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HenriqueMairesse/discord-message-transcript.git"
  },
  "keywords": [
    "discord",
    "discord-transcript",
    "discord-channel-transcript",
    "channel-transcript",
    "message-transcript",
    "message-logger",
    "discord-logs",
    "discord-backup",
    "discord-export",
    "json-transcript",
    "html-transcript",
    "markdown-rendering",
    "modular-library",
    "discord-bot",
    "message-archive"
  ],
  "author": "",
  "license": "Apache-2.0",
  "type": "module",
  "bugs": {
    "url": "https://github.com/HenriqueMairesse/discord-message-transcript/issues"
  },
  "homepage": "https://github.com/HenriqueMairesse/discord-message-transcript#readme",
  "dependencies": {
    "discord-message-transcript-base": "1.4.1"
  },
  "peerDependencies": {
    "discord.js": ">=14.19.0 <15"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "pnpm exec rimraf dist",
    "build": "pnpm run clean && tsc && tsc-alias"
  }
}