-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"keywords": [],
"author": "Miami ARTCC",
"contributors": [
"Alexandra Robison",
"Daan Janssen"
],
"license": "CC-BY-NC-SA-4.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://gitlab.com/albuquerque-web-stack/api"
},
"dependencies": {
"@sentry/node": "^6.15.0",
"@sentry/tracing": "^6.15.0",
"aws-sdk": "^2.1599.0",
"axios": "^1.6.8",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"discord-oauth2": "^2.8.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"file-type": "^17.0.0",
"ioredis": "^4.28.1",
"jsonwebtoken": "^9.0.1",
"luxon": "^2.1.1",
"moment": "^2.30.1",
"mongoose": "^6.0.13",
"mongoose-delete": "^0.5.4",
"mongoose-lean-virtuals": "^0.9.0",
"mongoose-select-virtuals": "^3.0.3",
"multer": "^1.4.3",
"multer-s3": "^2.10.0",
"node": "^19.8.1",
"nodemailer": "^6.7.1",
"nodemailer-express-handlebars": "^6.1.0",
"nodemon": "^3.0.1"
},
"devDependencies": {
"eslint": "^8.3.0"
}
}