twilio-runtime
Version:
Tools for local development with Twilio Runtime
37 lines (36 loc) • 824 B
JSON
{
"name": "twilio-runtime",
"version": "0.0.1",
"description": "Tools for local development with Twilio Runtime",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"twlo": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kwhinnery/twilio-runtime.git"
},
"keywords": [
"Twilio",
"Functions",
"Runtime",
"CLI"
],
"author": "Kevin Whinnery",
"license": "MIT",
"bugs": {
"url": "https://github.com/kwhinnery/twilio-runtime/issues"
},
"homepage": "https://github.com/kwhinnery/twilio-runtime#readme",
"dependencies": {
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"dotenv": "^4.0.0",
"express": "^4.15.5",
"minimist": "^1.2.0",
"shelljs": "^0.7.8"
}
}