serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
17 lines (16 loc) • 357 B
JSON
{
"name": "twilio-nodejs-runtime-example",
"version": "1.0.0",
"description": "Twilio Functions sample for the Serverless framework",
"scripts": {
"test": "echo \"No tests yet...\""
},
"keywords": [
"twilio",
"serverless"
],
"dependencies": {
"@twilio-labs/serverless-twilio-runtime": "^1.0.0"
},
"devDependencies": {}
}