This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-19 00:10:42 -06:00
|
|
|
{
|
2021-01-22 23:39:58 -06:00
|
|
|
"name": "projectanitrox",
|
2021-01-19 00:10:42 -06:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Discord Bot Based on Discord.JS",
|
2021-01-22 23:39:58 -06:00
|
|
|
"main": "start.js",
|
2021-01-19 00:10:42 -06:00
|
|
|
"dependencies": {
|
2021-06-10 13:19:35 -05:00
|
|
|
"discord.js": "^12.5.1",
|
2021-01-22 23:39:58 -06:00
|
|
|
"node-os-utils": "^1.3.2",
|
|
|
|
"require-all": "^3.0.0"
|
2021-01-19 00:10:42 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Anthony Mondz",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|