mirror of https://github.com/kry008/Bot-2.0.git
18 lines
335 B
JSON
18 lines
335 B
JSON
|
{
|
||
|
"name": "discordjs",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node deploy-commands.js && nodemon index.js",
|
||
|
"test": "nodemon index.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^14.15.2",
|
||
|
"nodemon": "^3.1.0"
|
||
|
}
|
||
|
}
|