discordbot/package.json
ale 63a562eba7
initial commit
Signed-off-by: ale <ale@manalejandro.com>
2025-06-08 02:04:05 +02:00

17 lines
317 B
JSON

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