forked from birdflop/botflop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "botflop",
"version": "2.1",
"description": "Discord Bot for server hosts, devs, and admins. Analyzes timings reports & uploads text files to a bin. Developed by https://birdflop.com.",
"repository": {
"type": "git",
"url": "git+https://github.com/Pemigrade/botflop.git"
},
"engines": {
"node": ">=18.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"discord.js": "^14.0.3",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"fs": "^0.0.1-security",
"hastebin": "^0.2.1",
"pbf": "^3.2.1",
"winston": "^3.8.1",
"yaml": "^2.1.1"
}
}