-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "maildart-backend",
"version": "1.0.0",
"description": "",
"main": "src/server.js",
"scripts": {
"start:dev": "nodemon src/server.js",
"start:prod": "node src/server.js"
},
"dependencies": {
"@sendgrid/mail": "^7.4.7",
"config": "^3.3.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^5.0.0-alpha.8",
"http-exception-transformer": "^1.2.3",
"mailgun-js": "^0.22.0",
"mongoose": "^6.0.5",
"nodemailer": "^6.6.5",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"mocha": "^9.1.1",
"nodemon": "^2.0.12",
"prettier": "2.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ACM-VIT/maildart-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ACM-VIT/maildart-backend/issues"
},
"homepage": "https://github.com/ACM-VIT/maildart-backend#readme"
}