forked from esmBot/esmBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@infernalstudios/esmbot",
"version": "1.7.2",
"description": "A customized version of the esmBot for the Infernal Studios Discord server.",
"exports": "./app.js",
"bin": "./app.js",
"type": "module",
"engines": {
"node": ">=15"
},
"scripts": {
"build": "cmake-js compile",
"start": "node app.js"
},
"author": "Essem <[email protected]>",
"contributors": [
{
"name": "Infernal Studios",
"email": "[email protected]",
"url": "https://infernalstudios.org"
},
{
"name": "Kārlis Čerņavskis",
"email": "[email protected]",
"url": "https://cernavskis.dev"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/infernalexp/esmBot.git"
},
"dependencies": {
"@top-gg/sdk": "^3.1.1",
"cmake-js": "^6.3.0",
"cowsay2": "^2.0.4",
"dotenv": "^15.0.0",
"emoji-regex": "^10.0.0",
"eris": "^0.16.1",
"eris-fleet": "^1.0.0",
"file-type": "^17.1.1",
"format-duration": "^1.4.0",
"jsqr": "^1.3.1",
"lavacord": "^1.1.9",
"node-addon-api": "^4.3.0",
"node-emoji": "^1.10.0",
"node-fetch": "^3.2.0",
"qrcode": "^1.4.4",
"sharp": "^0.29.3",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.8",
"@babel/eslint-plugin": "^7.13.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"eslint": "^8.2.0",
"eslint-plugin-unicorn": "^40.1.0"
},
"optionalDependencies": {
"better-sqlite3": "^7.4.1",
"bufferutil": "^4.0.1",
"erlpack": "github:abalabahaha/erlpack",
"pg": "^8.5.1",
"uuid": "^8.3.1",
"ws": "^8.2.3",
"zlib-sync": "^0.1.6"
}
}