UNPKG

@fantinodavide/discord-html-transcripts

Version:

A nicely formatted html transcript generator for discord.js.

77 lines 2.34 kB
{ "name": "@fantinodavide/discord-html-transcripts", "version": "3.3.2", "description": "A nicely formatted html transcript generator for discord.js.", "main": "dist/index.js", "homepage": "https://github.com/fantinodavide/discord-html-transcripts", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/fantinodavide/discord-html-transcripts.git" }, "keywords": [ "discord.js", "discord.js-transcripts", "discord.js-html-transcripts", "html-transcripts", "discord-html-transcripts", "discord-transcripts" ], "author": "fantinodavide <fantinodavide@users.noreply.github.com>", "license": "GNU GPLv3", "files": [ "dist/**/*.js", "dist/**/*.d.ts", "dist/**/*.js.map", "dist/**/*.css" ], "devDependencies": { "@types/debug": "^4.1.12", "@types/domhandler": "^3.1.0", "@types/markdown-it": "^14.1.2", "@types/node": "^20.11.17", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "copyfiles": "^2.4.1", "debug": "^4.3.4", "discord.js": "^14.14.1", "dotenv": "^16.3.1", "eslint": "^8.56.0", "husky": "^8.0.3", "prettier": "^2.8.8", "pretty-quick": "^3.1.3", "sharp": "^0.33.2", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "@derockdev/discord-components-core": "^3.6.1", "@derockdev/discord-components-react": "^3.6.1", "discord-markdown-parser": "~1.1.0", "domhandler": "^5.0.3", "html-react-parser": "^5.2.6", "markdown-it": "^14.1.0", "react": "0.0.0-experimental-6639ed3b3-20240111", "react-dom": "0.0.0-experimental-6639ed3b3-20240111", "simple-markdown": "^0.7.3", "twemoji": "^14.0.2", "postcss": "^8.5.6", "cssnano": "^7.1.0", "undici": "^7.9.0" }, "peerDependencies": { "discord.js": "^14.0.0 || ^15.0.0" }, "overrides": { "react": "$react" }, "scripts": { "test": "npm run test:typescript", "build": "tsc -p tsconfig.json && copyfiles -u 1 \"src/style/**/*\" dist/", "test:typescript": "ts-node ./tests/generate.ts", "lint": "prettier --write --cache . && eslint --cache --fix .", "typecheck": "tsc -p tsconfig.eslint.json" } }