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

23 lines
552 B
JSON
Raw Permalink Normal View History

{
"name": "projectanitrox",
"version": "1.0.0",
"description": "Discord Bot Based on Discord.JS",
"main": "start.js",
"dependencies": {
2023-01-22 12:07:04 -06:00
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"node-fetch": "^2.6.6",
"node-os-utils": "^1.3.7",
"require-all": "^3.0.0"
},
2022-01-14 16:00:43 -06:00
"author": "IDeletedSystem64",
2022-06-05 18:14:29 -05:00
"license": "GPLv3",
"devDependencies": {
2023-01-22 12:07:04 -06:00
"eslint": "^8.32.0",
"eslint-config-standard": "^17.0.0",
2023-01-22 12:07:04 -06:00
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1"
}
}