-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "otl.gg",
"version": "9.0.1",
"description": "A Discord bot for the Overload Teams League.",
"homepage": "https://github.com/overload-development-community/otl.gg",
"bugs": {
"url": "https://github.com/overload-development-community/otl.gg/issues",
"email": "[email protected]"
},
"license": "None",
"author": {
"name": "Ronald M. Clifford",
"email": "[email protected]",
"url": "https://www.roncli.com"
},
"repository": {
"type": "git",
"url": "https://github.com/overload-development-community/otl.gg.git"
},
"dependencies": {
"@azure/arm-compute": "21.2.0",
"@azure/identity": "3.4.1",
"@googleapis/calendar": "9.4.0",
"@roncli/node-database": "roncli/node-database#v1.2.15",
"@roncli/node-redis": "roncli/node-redis#v0.1.18",
"@root/request": "1.9.2",
"compression": "1.7.4",
"csso": "5.0.5",
"discord-markdown": "2.5.1",
"discord.js": "14.14.1",
"express": "4.18.2",
"express-minify": "1.0.0",
"html-minifier-terser": "7.2.0",
"mathjs": "12.1.0",
"morgan": "1.10.0",
"node-schedule": "2.1.1",
"terser": "5.24.0",
"timezonecomplete": "5.12.4",
"tzdata": "1.0.39"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@types/csso": "5.0.4",
"@types/express": "4.17.21",
"@types/html-minifier-terser": "7.0.2",
"@types/node": "20.11.5",
"@types/node-schedule": "2.1.5"
},
"engines": {
"node": ">=14.0.0"
},
"private": true
}