-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "xtralife-api",
"version": "4.4.7",
"description": "Xtralife.cloud business logic shared between components",
"main": "src/index.js",
"scripts": {
"test": "mocha test/test_*.js --exit"
},
"keywords": [
"backend",
"game"
],
"repository": {
"type": "git",
"url": "https://github.com/xtralifecloud/xtralife-api.git"
},
"author": "devteam <[email protected]>",
"license": "(C) Xtralife.cloud, 2020",
"readmeFilename": "readme.md",
"engines": {
"node": "^18.20.4"
},
"dependencies": {
"@aws-sdk/client-s3": "3.674.0",
"@aws-sdk/s3-request-presigner": "3.674.0",
"@elastic/elasticsearch": "8.8.0",
"apn": "^2.2.0",
"apple-signin-auth": "^1.5.1",
"async": "^3.2.6",
"bluebird": "^3.7.2",
"check-types": "^11.1.2",
"fbgraph": "^1.4.4",
"firebase-admin": "^11.8.0",
"flat": "^5.0.2",
"gamecenter-identity-verifier": "^0.1.1",
"google-auth-library": "^9.14.1",
"iap": "^1.1.1",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.9.2",
"node-gcm": "^1.0.5",
"nodemailer": "^6.9.15",
"prom-client": "^15.1.3",
"randomstring": "^1.2.1",
"redlock": "^5.0.0-beta.2",
"request": "^2.88.2",
"superagent": "^10.1.0",
"underscore": "^1.13.7",
"underscore-contrib": "~0.3.0",
"uuid": "^10.0.0",
"winston": "^3.15.0",
"xtralife-msg": "^4.4.3"
},
"devDependencies": {
"mocha": "^10.7.3",
"should": "^13.2.3",
"xtralife-env": "^4.4.3"
}
}