-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 1.73 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
69
70
{
"name": "rovel-discord-list",
"description": "Rovel Discord List",
"version": "0.0.3",
"type": "module",
"scripts": {
"start": "deno run src/index.js",
"build": "node build.js",
"build-f": "node build.js --force",
"all": "npm run build-f && npm start",
"pretty": "npx prettier --write \"./**/*.{js,jsx,json}\""
},
"cacheDirectories": [
"node_modules",
"src/public"
],
"engines": {
"node": "^22.x"
},
"checkCache": "true",
"dependencies": {
"@sentry/node": "6.17.2",
"@sentry/tracing": "^6.9.0",
"cloudflare-express": "1.0.1",
"compression": "1.7.4",
"cookie-parser": "1.4.5",
"diacritics": "1.3.0",
"disco-oauth": "5.1.1",
"discord.js": "13.8.0",
"ejs": "3.1.6",
"express": "^4.17.1",
"express-actuator": "1.7.1",
"express-fileupload": "1.2.1",
"express-rate-limit": "^5.3.0",
"express-session": "^1.17.2",
"express-ws": "^5.0.2",
"fetch-base64": "2.1.2",
"helmet": "4.6.0",
"html-entities": "2.3.2",
"html-minifier": "4.0.0",
"i18n": "0.13.3",
"isomorphic-ws": "4.0.1",
"marked": "^4.0.12",
"min-indent": "1.0.1",
"module-alias": "^2.2.2",
"mongodb": "4.0.1",
"mongoose": "^6.7",
"node-fetch": "2",
"node-schedule": "2.0.0",
"passport": "0.4.1",
"proxy-list-random": "1.0.2",
"purgecss": "4.0.3",
"rovel.js": "1.2.0",
"sanitize-html": "2.4.0",
"shelljs": "0.8.4",
"socket.io": "^4.2.0",
"translatte": "^3.0.1",
"validator": "13.7.0",
"ws": "^7.5.3"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"bulma": "0.9.3",
"ejs-lint": "^1.2.1",
"eslint": "^7.31.0",
"keyboard-css": "1.2.4",
"npm-run-all": "^4.1.5",
"pm2": "5.1.0"
}
}