-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 912 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
{
"name": "dotnev",
"version": "1.0.0",
"description": "[![Open in Visual Studio Code](https://classroom.github.com/assets/open-in-vscode-718a45dd9cf7e7f842a935f5ebbe5719a5e09af4491e668f4dbf3b35d5cca122.svg)](https://classroom.github.com/online_ide?assignment_repo_id=11227041&assignment_repo_type=AssignmentRepo)",
"main": "main.js",
"scripts": {
"start": "node main.js"
},
"keywords": [],
"author": "david",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^4.0.1",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express-validator": "^6.4.1",
"morgan": "^1.10.0",
"mssql": "^6.2.0",
"mysql2": "^3.3.2",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"pg": "^8.2.1"
},
"devDependencies": {
"mysql": "^2.18.1"
}
}