{
  "name": "botbuilder-adapter-twilio-sms",
  "version": "1.0.7",
  "description": "Connect Botkit or BotBuilder to Twilio SMS",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "/lib",
    "/src"
  ],
  "scripts": {
    "build": "tsc",
    "test": "tsc ; nyc mocha tests/*.tests.js",
    "eslint": "./node_modules/.bin/eslint --fix src/*"
  },
  "author": "Microsoft Corp.",
  "license": "MIT",
  "keywords": [
    "twilio",
    "sms",
    "twilio sms",
    "texting",
    "txting",
    "botkit",
    "botbuilder",
    "botframework",
    "bots",
    "chatbots",
    "azure"
  ],
  "homepage": "https://github.com/howdyai/botkit/blob/master/packages/botbuilder-adapter-twilio-sms#readme",
  "bugs": {
    "url": "https://github.com/howdyai/botkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/howdyai/botkit.git"
  },
  "dependencies": {
    "botbuilder": "^4.10.1",
    "botkit": "^4.10.0",
    "debug": "^4.1.0",
    "twilio": "^3.29.2"
  },
  "devDependencies": {
    "eslint": "^7.7.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.20.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1"
  }
}