discord-bot/package.json

26 lines
593 B
JSON
Raw Normal View History

2024-10-03 09:54:53 +02:00
{
"name": "discord-alttext",
2024-10-03 10:09:40 +02:00
"version": "0.0.1",
2024-10-03 09:54:53 +02:00
"description": "",
"main": "src/index.js",
2024-10-03 10:09:40 +02:00
"scripts": {},
2024-10-03 09:54:53 +02:00
"keywords": [],
"author": "",
2024-10-03 10:09:40 +02:00
"license": "MIT",
2024-10-03 09:54:53 +02:00
"dependencies": {
2024-10-10 16:24:12 +02:00
"@himeka/booru": "^2.7.7",
2024-10-10 13:15:01 +02:00
"@imgproxy/imgproxy-node": "^1.0.6",
2024-10-10 18:08:19 +02:00
"better-sqlite3": "^11.3.0",
2024-10-15 15:09:04 +02:00
"bootstrap": "^5.3.3",
2024-10-11 21:08:19 +02:00
"canvas": "^2.11.2",
2024-10-03 09:54:53 +02:00
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
2024-10-15 15:09:04 +02:00
"ejs": "^3.1.10",
"express": "^4.21.1",
2024-10-10 11:15:19 +02:00
"groq-sdk": "^0.7.0",
2024-10-10 12:44:52 +02:00
"html-entities": "^2.5.2",
2024-10-10 18:08:19 +02:00
"knex": "^3.1.0",
2024-10-15 15:14:59 +02:00
"pagination.djs": "^4.0.16",
"showdown": "^2.1.0"
2024-10-03 09:54:53 +02:00
}
}