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": {
|
2022-04-21 11:29:04 -05:00
|
|
|
"discord.js": "^13.6.0",
|
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"
|
|
|
|
},
|
2022-01-14 16:00:43 -06:00
|
|
|
"author": "IDeletedSystem64",
|
2021-01-19 00:10:42 -06:00
|
|
|
"license": "ISC"
|
|
|
|
}
|