-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 915 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": "tracker-utils",
"version": "1.6.2",
"description": "Tracker Utils",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/CloudStuffTech/tracker-utils.git"
},
"author": "Hemant Mann <[email protected]>",
"homepage": "https://github.com/CloudStuffTech/tracker-utils#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@google-cloud/pubsub": "^4.7.2",
"@google-cloud/storage": "^5.16.1",
"axios": "^1.7.7",
"bluebird": "^3.5.0",
"ejs": "^3.1.6",
"form-data": "^4.0.0",
"got": "^11.8.5",
"is-ip": "^2.0.0",
"kafkajs": "^2.2.3",
"lodash": "^4.17.4",
"mailgun.js": "^10.2.3",
"memcached": "^2.2.2",
"mongoose": "^5.13.9",
"redis": "3.1.1",
"ulidx": "^2.4.1",
"winston": "^3.8.2"
}
}