Built motion from commit 1fa89557.|2.6.10
[motion2.git] / package.json
index 9a605d7..d52a3c7 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "motion",
-  "version": "2.6.9",
+  "version": "2.6.10",
   "description": "xCALLY Motion is the new Realtime asynchronous solution for your multichannel contact center over Asterisk.",
   "main": "server/app.js",
   "engines": {
@@ -43,7 +43,8 @@
     "prettier:check": "prettier --check './**/*'",
     "prettier:write": "prettier --write './**/*'",
     "format-all": "npm run js-beautify && npm run prettier:write",
-    "test": "mocha server/test --timeout 5000"
+    "test": "mocha server/test --timeout 5000",
+    "aux-containers": "docker-compose up -d database cache"
   },
   "dependencies": {
     "activedirectory2": "2.1.0",