{
  "name": "twilio-calling-skill",
  "version": "1.0.0",
  "description": "Oliver's Twilio calling integration",
  "main": "scripts/make-call.js",
  "scripts": {
    "test-call": "node scripts/make-call.js",
    "webhook": "node scripts/webhook-server.js"
  },
  "dependencies": {
    "twilio": "^5.4.0",
    "express": "^4.21.2",
    "body-parser": "^1.20.3",
    "dotenv": "^16.4.7"
  }
}
