discordbot/package.json
ale c21e4d891a
google trends
Signed-off-by: ale <ale@manalejandro.com>
2025-06-08 06:45:29 +02:00

18 lines
338 B
JSON

{
"name": "discordbot",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"author": "ale",
"license": "MIT",
"private": true,
"dependencies": {
"axios": "^1.9.0",
"blockchain.info": "^2.12.1",
"cheerio": "^1.0.0",
"discord.js": "^14.18.0",
"dotenv": "^16.5.0",
"node-fetch": "^2.7.0"
}
}