-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 963 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 963 Bytes
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": "fasta-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"@bayoopesanya/findenv": "^1.0.5",
"@googlemaps/google-maps-services-js": "^2.6.0",
"@types/node-cron": "^2.0.3",
"async": "^3.2.0",
"axios": "^0.19.2",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.12",
"morgan": "~1.9.1",
"node-cron": "^2.0.3",
"node-geometry-library": "^1.2.2",
"nodemailer": "^6.4.6",
"nodemailer-smtp-transport": "^2.7.4",
"reverse-geocoding": "^3.0.2",
"reverse-geocoding-google": "^1.1.0",
"web-push": "^3.4.4"
},
"devDependencies": {
"nodemon": "^2.0.3"
},
"quokka": {
"babel": true
}
}