@skybloxsystems/ticket-bot
Version:
32 lines (31 loc) • 876 B
JSON
{
"name": "discord-html-transcripts",
"version": "1.2.4",
"description": "A nicely formatted html transcript generator for discord.js.",
"main": "src/index.js",
"homepage": "https://github.com/ItzDerock/discord-html-transcripts",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ItzDerock/discord-html-transcripts.git"
},
"keywords": [
"discord.js",
"discord.js-transcripts",
"discord.js-html-transcripts",
"html-transcripts",
"discord-html-transcripts"
],
"author": "Derock <derock@derock.dev>",
"license": "GNU GPLv3",
"dependencies": {
"discord.js": "^13.6.0",
"dompurify": "^2.3.5",
"he": "^1.2.0",
"highlight.js": "^11.4.0",
"jsdom": "^19.0.0"
}
}