20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"name": "weatherbot",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "MadisonBarks",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@sapphire/framework": "^5.3.2",
|
|
"@sapphire/plugin-subcommands": "^7.0.1",
|
|
"@sapphire/utilities": "^3.18.2",
|
|
"axios": "^1.8.4",
|
|
"discord.js": "^14.18.0",
|
|
"undici": "^7.6.0"
|
|
}
|
|
}
|