18 líneas
339 B
JSON
18 líneas
339 B
JSON
{
|
|
"name": "discordbot",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"author": "ale",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^1.10.0",
|
|
"blockchain.info": "^2.12.1",
|
|
"cheerio": "^1.1.0",
|
|
"discord.js": "^14.21.0",
|
|
"dotenv": "^16.6.1",
|
|
"node-fetch": "^2.7.0"
|
|
}
|
|
}
|