-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 726 Bytes
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
{
"name": "nodeapi-docker",
"version": "1.0.0",
"description": "Node API with Express, MYSQL and Docker",
"main": "index.js",
"scripts": {
"start": "nodemon bin/www"
},
"keywords": [
"Node",
"Express",
"MYSQL",
"Docker"
],
"author": "MrShoja",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"email-validator": "^2.0.4",
"express": "^4.18.1",
"http": "^0.0.1-security",
"http-errors": "^2.0.0",
"http-status-codes": "^2.2.0",
"ip": "^1.1.8",
"mongoose": "^6.5.4",
"mysql": "^2.18.1",
"pino": "^8.4.2",
"pino-pretty": "^9.1.0"
},
"devDependencies": {
"nodemon": "^2.0.19"
}
}