mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
17 lines
357 B
JSON
17 lines
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": {}
|
|
}
|