@skybloxsystems/ticket-bot
Version:
56 lines (55 loc) • 1.43 kB
JSON
{
"name": "discord-transcript",
"version": "2.0.9",
"description": "A Discord HTML Transcript Generator",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Discord-Transcript/NPM.git"
},
"keywords": [
"Discord",
"Transcript",
"HTML",
"Bot",
"Generator"
],
"author": "Abdi Hassan",
"license": "MIT",
"bugs": {
"url": "https://github.com/JustBeingAbdi/Discord-Transcript/issues"
},
"homepage": "https://github.com/JustBeingAbdi/Discord-Transcript#readme",
"dependencies": {
"async_hooks": "^1.0.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"got": "^11.8.2",
"highlight.js": "^10.7.2",
"html-minifier": "^4.0.0",
"https": "^1.0.0",
"mathjs": "^9.4.1",
"mime-types": "^2.1.30",
"moment": "^2.29.1",
"mongoose": "^5.12.10",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"pnpm": "^6.4.0",
"punycode": "^2.1.1",
"secure-random-string": "^1.1.3",
"simple-markdown": "^0.7.3",
"superagent": "^6.1.0",
"twemoji": "^13.0.2",
"url": "^0.11.0",
"util": "^0.12.3",
"website-scraper": "^4.2.3"
}
}