17 lines
370 B
JSON
17 lines
370 B
JSON
{
|
|
"name": "projectanitrox",
|
|
"version": "1.0.0",
|
|
"description": "Discord Bot Based on Discord.JS",
|
|
"main": "start.js",
|
|
"dependencies": {
|
|
"discord.js": "^13.6.0",
|
|
"node-os-utils": "^1.3.2",
|
|
"require-all": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "IDeletedSystem64",
|
|
"license": "ISC"
|
|
}
|