-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 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
{
"name": "repografia_senai_back-end",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denison3965/Repografia_SENAI_BACK-END.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/denison3965/Repografia_SENAI_BACK-END/issues"
},
"homepage": "https://github.com/denison3965/Repografia_SENAI_BACK-END#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dotenv-safe": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"html-pdf": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"mysql8": "^2.17.3"
},
"proxy": "http://localhost:3000",
"devDependencies": {
"nodemon": "^2.0.6",
"pm2": "^4.5.1"
}
}