-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"keywords": [],
"author": "Albuquerque ARTCC",
"contributors": [
"Alexandra Robison",
"Daan Janssen"
],
"license": "CC-BY-NC-SA-4.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/zabartcc/api"
},
"dependencies": {
"@sentry/node": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"aws-sdk": "^2.1162.0",
"axios": "^0.27.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"discord-oauth2": "^2.10.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"file-type": "^17.1.2",
"ioredis": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"luxon": "^2.4.0",
"mongoose": "^6.4.0",
"mongoose-delete": "^0.5.4",
"mongoose-lean-virtuals": "^0.9.1",
"mongoose-select-virtuals": "^3.0.3",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.7.5",
"nodemailer-express-handlebars": "^5.0.0",
"redis": "^4.6.13",
"redis-lock": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.18.0"
}
}