-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 899 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
39
40
41
{
"name": "invoicebe",
"version": "1.0.0",
"description": "invoice-back-end",
"main": "index.js",
"scripts": {
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melihyelman/invoiceBE.git"
},
"keywords": [
"invoice"
],
"author": "Melih Yelman",
"license": "ISC",
"bugs": {
"url": "https://github.com/melihyelman/invoiceBE/issues"
},
"homepage": "https://github.com/melihyelman/invoiceBE#readme",
"dependencies": {
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"express-fileupload": "^1.2.1",
"helmet": "^5.0.2",
"http-status": "^1.5.0",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.8",
"nodemailer": "^6.7.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"engines": {
"node": "14.x"
}
}