UNPKG

xtralife-api

Version:

Xtralife.cloud business logic shared between components

60 lines (59 loc) 1.59 kB
{ "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 <devteam@xtralife.cloud>", "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" } }