-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 868 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
{
"name": "geolocation",
"version": "2.0.4",
"private": true,
"scripts": {
"start": "node ./bin/www",
"nodemon": "nodemon --ignore logs",
"import": "node ./01-data-import.js",
"migrate": "PORT=9000 node ./data-migration.js"
},
"dependencies": {
"adal-node": "^0.2.2",
"axios": "^0.21.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^9.0.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-extend": "0.0.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.6.0",
"persistent-cache": "^1.1.1",
"require-dir": "^1.2.0",
"sequelize": "^6.6.2",
"winston": "^3.3.3"
},
"devDependencies": {
"csv-parser": "^3.0.0",
"dump-die": "^1.0.0",
"sequelize-cli": "^6.2.0",
"winston": "^3.3.3"
}
}