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.
anitrox/package.json

17 lines
370 B
JSON
Raw Normal View History

{
"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"
},
2022-01-14 16:00:43 -06:00
"author": "IDeletedSystem64",
"license": "ISC"
}