{
    "name": "botkit-<%= safe_name %>",
    "version": "1.0.0",
    "description": "",
    "main": "bot.js",
    "scripts": {
      "start": "node bot.js",
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "dependencies": {
      "botkit": "^4.15.0",
      "botkit-plugin-cms": "^1.0.3",
      "botbuilder-storage-mongodb":"^0.9.5",
      "dotenv": "^7.0.0"
    }
  }
  
