-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
141 lines (141 loc) · 4.5 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "riniya",
"version": "7.0.5",
"description": "",
"main": "build/index.js",
"scripts": {
"start": "npm run build && node build/index.js",
"dev": "npm run build && ts-node src/index.ts",
"copy-files": "copyfiles -u 1 src/**/*.pug src/**/*.css build/",
"build": "tsc",
"import": "npm run build && ts-node src/importers/import.ts",
"lint": "eslint .",
"test": "jest src/tests/ --runInBand",
"clean": "rm package-lock.json && rm -rf node_modules",
"websocket:client": "ts-node src/tests/WebsocketClient.ts"
},
"author": "NebraskyTheWolf",
"license": "ISC",
"dependencies": {
"@2pg/oauth": "^1.0.8",
"@cryb/mesa": "^1.5.8",
"@discordjs/builders": "^1.7.0",
"@redis/client": "^1.5.5",
"@sentry/integrations": "^7.50.0",
"@sentry/node": "^7.50.0",
"@sentry/profiling-node": "^0.3.0",
"@types/axios": "^0.14.0",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.17",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.15",
"@types/express-rate-limit": "^6.0.0",
"@types/express-session": "^1.17.5",
"@types/jsonwebtoken": "^9.0.1",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.11.97",
"@types/node-cron": "^3.0.7",
"@types/ora": "^3.2.0",
"@types/passport": "^1.0.16",
"@types/passport-discord": "^0.1.11",
"@types/passport-local": "^1.0.38",
"@types/passport-oauth2-refresh": "^1.1.4",
"@types/pug": "^2.0.10",
"@types/redis": "^4.0.11",
"axios": "^1.6.6",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cron": "^2.1.0",
"discord-api-types": "^0.37.25",
"discord-buttons": "^4.0.0-deprecated",
"discord-command-registry": "^1.2.2",
"discord-modals": "^1.3.9",
"discord-music-player": "^9.1.1",
"discord-registry": "^1.0.0",
"discord-xp": "^1.1.16",
"discord.js": "^13.17.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-cors": "^0.0.3",
"express-passport": "^0.1.0",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"http-errors": "^2.0.0",
"https-server": "^0.1.2",
"jsonwebtoken": "^9.0.0",
"module-alias": "^2.2.2",
"moment": "^2.29.4",
"mongoose": "^8.1.1",
"node-cron": "^3.0.2",
"node-redis": "^0.1.7",
"ora": "^3.2.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-local": "^1.0.0",
"passport-oauth2-refresh": "^2.2.0",
"pug": "^3.0.2",
"redis": "^4.6.12",
"rimraf": "^3.0.2",
"rollup": "^3.9.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"socket.io-json-parser": "^3.0.0",
"tsc": "^2.0.4",
"twitter-api-sdk": "^1.2.1",
"typescript": "^4.9.4",
"wss": "^3.3.4",
"@coreui/coreui": "^2.1.16",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "0.3.0",
"bootstrap": "^4.5.0",
"chart.js": "^2.9.3",
"core-js": "^3.6.5",
"flag-icon-css": "^3.4.6",
"font-awesome": "~4.7.0",
"jquery": "^3.6.0",
"line-awesome": "github:icons8/line-awesome",
"pace-progress": "1.0.2",
"perfect-scrollbar": "^1.5.0",
"pnotify": "^4.0.1",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.5",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"@babel/cli": "^7.11.5",
"@babel/core": "^7.11.5",
"@babel/node": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@types/jest": "^27.1.3",
"@types/node": "^14.17.4",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-jest": "^27",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsdoc": "^9.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^27.0.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0"
},
"_moduleAliases": {
"@riniya.ts/types": "build/types.js",
"@riniya.ts/logger": "build/utils/Logger.js",
"@riniya.ts": "build/index.js",
"@riniya.ts/utils": "build/utils",
"@riniya.ts/database": "build/database/Models",
"@riniya.ts/components": "build/abstracts/components",
"@riniya.ts/server": "build/abstracts/server",
"@riniya.ts/controllers": "build/api/controllers",
"@riniya.ts/cache": "build/cache/CacheManager.js"
}
}