-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "botrix-rewrite",
"version": "1.0.0",
"description": "A simple rewrite",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"author": "Windows",
"license": "ISC",
"dependencies": {
"@elastic/elasticsearch": "^7.11.0",
"@paypal/checkout-server-sdk": "^1.0.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"express-sitemap": "^1.8.0",
"glob": "^7.1.6",
"i": "^0.3.6",
"is-html": "^2.0.0",
"markdown": "^0.5.0",
"marked": "^2.0.0",
"memorystore": "^1.6.5",
"mongoose": "^5.11.18",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"npm": "^6.14.11",
"parse-ms": "^2.1.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"passport-oauth2-refresh": "^2.0.1",
"paypal-rest-sdk": "^1.8.1",
"pm2": "^4.5.5",
"rate-limit-mongo": "^2.3.0",
"request": "^2.88.2",
"showdown": "^1.9.1",
"snekfetch": "^4.0.4",
"to-markdown": "^3.1.1",
"unirest": "^0.6.0",
"vuejs": "^3.0.1"
}
}