forked from Samanyu13/public_transport_backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 779 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
{
"name": "public-transport-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"pretest": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"axios": "^0.19.2",
"bcrypt": "^3.0.7",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"csv-parser": "^2.3.2",
"debug": "~2.6.9",
"ejs": "^3.0.2",
"express": "~4.16.1",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"googleapis": "^39.2.0",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.9.1",
"mysql2": "^2.1.0",
"sequelize": "^5.21.3",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"nodemon": "^2.0.3",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}