setting up twilio sdk for frontend

This commit is contained in:
talksik
2022-06-01 18:51:46 -05:00
parent 0c347b1cb2
commit 5d495ebabf
4 changed files with 947 additions and 40 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
{
"name": "functions",
"version": "1.0.0",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "npm run lint && tsc",
@@ -24,7 +25,8 @@
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.22.0",
"firebase-functions-test": "^0.2.0",
"typescript": "^3.8.0"
"typescript": "^3.8.0",
"@nirvana/core": "*"
},
"private": true
}