-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 830 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 830 Bytes
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
{
"name": "Lei-WebScript",
"version": "0.0.1",
"description": "Lei Code Share Website Script",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"aoi.js": "^4.4.4",
"body-parser": "^1.19.0",
"bookman": "^1.6.4",
"clipboard": "^2.0.11",
"cookie-parser": "^1.4.5",
"discord-buttons": "^3.1.1",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"express-handlebars": "^4.0.6",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"handlebars-helpers": "^0.10.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"public-ip": "^4.0.4",
"random-string": "^0.2.0",
"react-copy-to-clipboard": "^5.1.0",
"url": "^0.11.0"
},
"engines": {
"node": "12.x"
},
"license": "APACHE"
}