generated from voidf1sh/discord-bot-template
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"dependencies": {
|
|
"discord.js": "^14.15.3",
|
|
"dotenv": "^16.4.5",
|
|
"string.prototype.replaceall": "^1.0.7"
|
|
},
|
|
"name": "nodbot-rewrite",
|
|
"version": "1.0.0",
|
|
"description": "Ground-up rewrite of NodBot for v4",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|