-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
38 lines (38 loc) · 994 Bytes
/
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
{
"name": "team-fierce-mailing-api",
"version": "1.0.0",
"description": "mailing api",
"main": "app.js",
"scripts": {
"start": "set DEBUG=app,app:* & nodemon app.js",
"pmstart": "set DEBUG=app,app:* & pm2 start app.js",
"pmstop": "pm2 stop all",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lollykrown/Team-fierce-mailing-API.git"
},
"keywords": [
"mail",
"api"
],
"author": "Kayode Agboola",
"license": "ISC",
"bugs": {
"url": "https://github.com/lollykrown/Team-fierce-mailing-API/issues"
},
"homepage": "https://github.com/lollykrown/Team-fierce-mailing-API#readme",
"dependencies": {
"body-parser": "^1.19.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.4.8",
"nodemon": "^2.0.4",
"pm2": "^4.4.0"
}
}