-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 934 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
{
"name": "geocoding",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.26",
"axios": "^1.2.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"es6-promise-pool": "^2.5.0",
"expo-server-sdk": "^3.7.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"firebase-admin": "^11.4.1",
"helmet": "^6.0.1",
"http": "^0.0.1-security",
"json-2-csv": "^3.18.0",
"moment": "^2.29.4",
"mongoose": "^6.8.3",
"morgan": "^1.10.0",
"node-cron": "^3.0.2",
"p-limit": "^4.0.0",
"qs": "^6.11.0",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"xlsx": "^0.18.5",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}