17 lines
317 B
JSON
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"
|
|
}
|
|
}
|