{
  "name": "discord-html-transcripts-hyperscale",
  "version": "1.2.0",
  "description": "A nicely formatted html transcript generator for discord.js. Edited by Hyperscale#0001",
  "main": "dist/index.js",
  "homepage": "https://github.com/Hyperscale1/discord-html-transcripts-hyperscale",
  "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",
    "lint": "prettier --write --cache . && eslint --cache --fix .",
    "typecheck": "tsc -p tsconfig.eslint.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Hyperscale1/discord-html-transcripts-hyperscale.git"
  },
  "keywords": [
    "discord.js",
    "discord.js-transcripts",
    "discord.js-html-transcripts",
    "html-transcripts",
    "discord-html-transcripts",
    "discord-transcripts"
  ],
  "author": "Derock <derock@derock.dev>",
  "license": "GNU GPLv3",
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts",
    "dist/**/*.js.map"
  ],
  "devDependencies": {
    "@types/node": "^18.7.23",
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "discord.js": "^14.5.0",
    "dotenv": "^16.0.2",
    "eslint": "^8.24.0",
    "husky": "^8.0.1",
    "prettier": "^2.7.1",
    "pretty-quick": "^3.1.3",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.4"
  },
  "dependencies": {
    "@derockdev/discord-components-core": "^3.5.0",
    "@derockdev/discord-components-react": "^3.5.0",
    "discord-markdown-parser": "~1.1.0",
    "html-minifier": "^4.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "simple-markdown": "^0.7.3",
    "twemoji": "^14.0.2",
    "undici": "^5.10.0"
  },
  "peerDependencies": {
    "discord.js": "^14.0.0"
  }
}
