-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
{
"name": "fldb-apis",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mr-SKR/fldb-apis.git"
},
"author": "Suresh Reddy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mr-SKR/fldb-apis/issues"
},
"homepage": "https://github.com/Mr-SKR/fldb-apis#readme",
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.3.5",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"get-urls": "^10.0.1",
"googleapis": "^92.0.0",
"is-valid-http-url": "^1.0.3",
"mongoose": "^6.1.5",
"newrelic": "^8.7.0",
"node-cron": "^3.0.0",
"trace-redirect": "^1.0.6",
"winston": "^3.3.4"
},
"engines": {
"node": "14.x"
}
}