-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 851 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
{
"name": "reactorbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "King-BR",
"license": "GPL-3.0",
"dependencies": {
"atob": "^2.1.2",
"chalk": "^4.1.0",
"cpu-stat": "^2.0.1",
"date-fns": "^2.16.1",
"discord-buttons": "^3.0.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"enmap": "^5.8.2",
"express": "^4.17.1",
"fastest-levenshtein": "^1.0.12",
"fs": "0.0.1-security",
"github-content": "^1.0.1",
"is-image-url": "^1.1.8",
"md5": "^2.3.0",
"mongoose": "^5.11.11",
"nearley": "^2.20.1",
"node-superfetch": "^0.1.10",
"request": "^2.88.2",
"sharp": "^0.27.0"
},
"engines": {
"node": "12.16.1"
}
}