{
  "name": "chatbot",
  "version": "1.0.0",
  "main": "serveur.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node serveur.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.eemi.tech/matthias.akopoff/chatbot.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.1",
    "mongodb": "^3.5.5"
  },
  "engines": {
    "node": "10.16.3"
  }
}
