-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 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
{
"name": "express mailer isron",
"version": "1.0.0",
"description": "Pengirim email dengan nodejs, express, nodemailer.",
"author": "isrunn",
"private": true,
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "(dropdb -U postgres --if-exists test-employee && createdb -U postgres test-employee) && NODE_ENV=test mocha"
},
"keywords": [
"email",
"node js",
"heroku"
],
"engines": {
"node": "16.13.1"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.95.15",
"mammoth": "^1.4.19",
"morgan": "~1.9.1",
"nodemailer": "^6.7.2",
"pg": "^8.7.1",
"req": "^0.1.4"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.3",
"nodemon": "^2.0.15",
"supertest": "^6.1.6"
}
}