{
  "name": "discord-transcript-v2",
  "version": "1.0.16",
  "description": "Generate pixel-perfect HTML transcripts from Discord channels. Supports classic messages, rich embeds, AND full Components V2 (Containers, Sections, MediaGallery, Buttons, Select Menus, and more).",
  "main": "dist/index.js",
  "homepage": "https://github.com/aymenelouadi/discord-html-transcripts-components-v2#readme",
  "types": "./dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build",
    "test:typescript": "ts-node ./tests/generate.ts",
    "test:send-components-v2": "ts-node ./tests/components-v2-send.ts",
    "demo": "ts-node ./tests/demo-components-v2.ts",
    "test:cv2": "ts-node ./tests/test-components-v2.ts",
    "lint": "prettier --write --cache . && eslint --cache --fix .",
    "typecheck": "tsc -p tsconfig.eslint.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aymenelouadi/discord-html-transcripts-components-v2.git"
  },
  "keywords": [
    "discord",
    "discord.js",
    "transcripts",
    "discord-transcripts",
    "discord-html-transcripts",
    "html-transcripts",
    "components-v2",
    "discord-components-v2",
    "discord-transcript-v2",
    "discord-logger",
    "channel-export"
  ],
  "author": {
    "name": "code_nexus",
    "url": "https://github.com/aymenelouadi"
  },
  "funding": {
    "type": "ko_fi",
    "url": "https://ko-fi.com/code_nexus"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bugs": {
    "url": "https://github.com/aymenelouadi/discord-html-transcripts-components-v2/issues"
  },
  "license": "MIT",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.js.map"
  ],
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.35.0",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.3.1",
    "@types/react": "^19.1.12",
    "@types/react-dom": "^19.1.9",
    "react": "19.1.1",
    "react-dom": "19.1.1",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "debug": "^4.4.1",
    "discord.js": "^14.22.1",
    "dotenv": "^17.2.2",
    "eslint": "^9.35.0",
    "globals": "^16.4.0",
    "husky": "^9.1.7",
    "prettier": "^3.6.2",
    "pretty-quick": "^4.2.2",
    "sharp": "^0.34.3",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@derockdev/discord-components-core": "^3.6.1",
    "@derockdev/discord-components-react": "^3.6.1",
    "discord-markdown-parser": "~1.2.0",
    "simple-markdown": "^0.7.3",
    "twemoji": "^14.0.2",
    "undici": "^7.15.0"
  },
  "peerDependencies": {
    "discord.js": "^14.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "overrides": {
    "react": "$react",
    "react-dom": "$react-dom"
  },
  "pnpm": {
    "peerDependencyRules": {
      "allowedVersions": {
        "react": "$react",
        "react-dom": "$react-dom"
      }
    }
  },
  "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}
