-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 968 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
{
"name": "cto",
"version": "1.0.0",
"description": "my diploma",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OleksandrHladchenko1/back-end.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/OleksandrHladchenko1/back-end/issues"
},
"homepage": "https://github.com/OleksandrHladchenko1/back-end#readme",
"devDependencies": {
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"eslint": "^8.11.0",
"mocha": "^10.0.0",
"nodemon": "^2.0.15"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"dotenv": "^14.3.2",
"express": "^4.17.2",
"html-pdf": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"pdfkit": "^0.13.0"
}
}