{
  "name": "swarmlab-app",
  "version": "1.0.0",
  "description": "swarmlab app on node",
  "main": "app.js",
  "scripts": {
    "start": "node ./run/app.js"
  },
  "dependencies": {
    "async": "^3.2.0",
    "axios": "^0.20.0",
    "bestikk-log": "^1.0.0-alpha.2",
    "mongodb": "^3.6.3",
    "chai": "^4.2.0",
    "cors": "^2.8.5",
    "dirty-chai": "^2.0.1",
    "express": "^4.17.1",
    "express-validator": "^6.6.1",
    "helmet": "^4.1.1",
    "luxon": "^1.25.0",
    "url-exist-sync": "^1.0.2"
  },
  "devDependencies": {}
}