forked from snxraven/DiscordJS-v14-Template
18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"name": "dlinuxtemplatev14",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"discord.js": "^14.0.3",
|
|
"dotenv": "^16.0.0",
|
|
"glob": "^7.2.0"
|
|
}
|
|
}
|