23 lines
516 B
JSON
23 lines
516 B
JSON
{
|
|
"name": "serverless",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "twilio-run",
|
|
"deploy": "twilio-run deploy --service-name react-twilio-serverless",
|
|
"clean": "rm -rf assets/* functions/*"
|
|
},
|
|
"dependencies": {
|
|
"twilio": "^3.56",
|
|
"@twilio/runtime-handler": "1.3.0",
|
|
"qrcode": "^1.5.3",
|
|
"redis": "^4.6.8"
|
|
},
|
|
"devDependencies": {
|
|
"twilio-run": "^3.5.4"
|
|
},
|
|
"engines": {
|
|
"node": "18"
|
|
}
|
|
} |