adding workspaces install

This commit is contained in:
Arjun Patel
2022-01-28 14:16:29 -08:00
parent a3e6f7cf5e
commit fdb3b78817
33 changed files with 6642 additions and 3 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
{
"name": "functions",
"name": "@nirvana/functions",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "npm run lint && tsc",
@@ -19,7 +19,8 @@
"@sendgrid/mail": "^7.6.0",
"agora-access-token": "^2.0.4",
"firebase-admin": "^9.8.0",
"firebase-functions": "^3.14.1"
"firebase-functions": "^3.14.1",
"@nirvana/common": "1.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",