forked from espimarisa/hibiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.81 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
{
"name": "hibiki",
"version": "3.2.9",
"description": "An easy, customizable, and powerful Discord bot that does anything that your server needs.",
"author": "smolespi <[email protected]> (https://lesbian.codes)",
"contributors": [
"resolved <[email protected]> (https://github.com/resolvedxd)",
"cth103 <[email protected]> (https://github.com/cthpw103)",
"TTtie <[email protected]> (https://tttie.cz)"
],
"license": "AGPL-3.0-or-later",
"homepage": "https://hibiki.app",
"main": "src/index.js",
"bugs": {
"url": "https://github.com/smolespi/Hibiki/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smolespi/Hibiki.git"
},
"engines": {
"npm": ">=6.9.0",
"node": ">=12.0.0"
},
"scripts": {
"beautify": "beautify-proj -i . -o ../ -c .jsbeautifyrc -e ./node_modules",
"dev": "nodemon",
"lint": "eslint --fix .",
"setup": "node src/scripts/setup.js",
"start": "pm2 start pm2.config.json && pm2 logs",
"test": "eslint ."
},
"dependencies": {
"@geo1088/express-session-rethinkdb": "^0.4.2",
"@sentry/node": "^5.28.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dayjs": "^1.9.6",
"ejs": "^3.1.5",
"eris": "^0.14.0",
"eris-additions": "^1.4.1",
"express": "^4.17.1",
"express-robots-txt": "^0.5.0",
"express-session": "^1.17.1",
"helmet": "^4.2.0",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"rethinkdb-ts": "^2.4.5",
"terser": "^5.5.1"
},
"optionalDependencies": {
"erlpack": "^0.1.3",
"eventemitter3": "^4.0.7",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"beautify-proj": "^1.0.0",
"eslint": "^7.14.0",
"nodemon": "^2.0.6",
"pm2": "^4.5.0"
}
}