-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
48 lines (48 loc) · 1.53 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
47
48
{
"name": "flowabot",
"description": "Modular Discord bot with fun features including twitch commands and advanced osu! commands.",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "git pull; npm i && [ ! -f ./config.json ] && npm run config; node index",
"test": "echo \"Error: no test specified\" && exit 1",
"commands": "node generate-commands-md",
"config": "node generate-config",
"emojis": "node upload-emojis"
},
"author": "LeaPhant",
"repository": {
"type": "git",
"url": "https://github.com/LeaPhant/flowabot.git"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"booba": "^0.0.12",
"canvas": "^2.11.2",
"chalk": "^4.1.0",
"chart.js": "^2.9.4",
"chartjs-node-canvas": "^3.1.0",
"cheerio": "^1.0.0-rc.6",
"discord.js": "^12.5.3",
"diskusage": "^1.2.0",
"ffmpeg-static": "^4.3.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"luxon": "^1.26.0",
"lzma-native": "^7.0.1",
"mathjs": "^9.3.0",
"node-emoji": "^1.10.0",
"node-fetch": "^2.6.6",
"node-localstorage": "^2.1.6",
"node-osr": "^1.2.1",
"object-path": "^0.11.5",
"ojsama": "^2.2.0",
"osu-parser": "git+https://github.com/LeaPhant/osu-parser.git",
"readline-sync": "^1.4.10",
"semver": "^7.3.5",
"tz-lookup": "^6.1.25",
"unzipper": "^0.10.11",
"vm2": "^3.9.3"
}
}