setting up twilio function and now going to test

This commit is contained in:
talksik
2022-06-01 19:14:16 -05:00
parent 5d495ebabf
commit e61180d7a6
5 changed files with 129 additions and 5 deletions
+4 -3
View File
@@ -16,17 +16,18 @@
"main": "lib/index.js",
"dependencies": {
"firebase-admin": "^9.8.0",
"firebase-functions": "^3.14.1"
"firebase-functions": "^3.14.1",
"twilio": "^3.77.2"
},
"devDependencies": {
"@nirvana/core": "*",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0",
"firebase-functions-test": "^0.2.0",
"typescript": "^3.8.0",
"@nirvana/core": "*"
"typescript": "^3.8.0"
},
"private": true
}