-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (45 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "Mairu",
"version": "1.2.3",
"engines": {
"node": "12.x"
},
"description": "Um bot de testes e estudos",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Dollars",
"license": "ISC",
"dependencies": {
"ascii-table": "0.0.9",
"botkit-discord": "^0.1.3",
"color-convert": "^2.0.1",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"date-and-time": "^0.14.2",
"dateformat": "^3.0.3",
"discord.js": "^11.6.4",
"discord.js-collector": "^1.3.7",
"discord.js-reaction-menu": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"erela.js": "^1.1.7",
"ffmpeg": "0.0.4",
"irc-colors": "^1.5.0",
"mathjs": "^6.6.0",
"minimist": "^1.2.5",
"node-superfetch": "^0.1.10",
"opusscript": "0.0.7",
"uptime-robot": "^1.3.0",
"ytdl-core": "^2.0.0"
},
"devDependencies": {
"axios": ">=0.21.1",
"googleapis": ">=39.1.0",
"minimist": ">=1.2.2",
"node-forge": ">=0.10.0",
"yargs-parser": ">=5.0.0-security.0"
}
}