-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
47 lines (47 loc) · 1.06 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
{
"name": "light-partner",
"version": "0.0.1",
"description": "Light Partner - Discord Bot",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.9",
"connect-redis": "^5.2.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"crypto-js": "^4.0.0",
"discord-buttons": "^2.4.1",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.31",
"mongoose": "^5.12.7",
"node-fetch": "^2.6.1",
"parse-ms": "^3.0.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"redis": "^3.1.2",
"request": "^2.88.2",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://github.com/clqu/light"
},
"license": "GPL-2.0",
"keywords": [
"light",
"partner"
],
"author": "Swoth & Loiren & Clqu"
}