adding to functions

This commit is contained in:
Arjun Patel
2022-01-28 14:46:44 -08:00
parent 74ca4d5dbd
commit 639d294a8c
4 changed files with 710 additions and 22 deletions
+1 -1
View File
@@ -6,5 +6,5 @@
"author": "Arjun Patel <patel.arjun50@gmail.com>",
"license": "MIT",
"private": true,
"workspaces": ["packages/*"]
"workspaces": ["packages/*", "packages/serverless/functions"]
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"name": "@nirvana/functions",
"version": "1.0.0",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "npm run lint && tsc",
@@ -20,7 +21,7 @@
"agora-access-token": "^2.0.4",
"firebase-admin": "^9.8.0",
"firebase-functions": "^3.14.1",
"@nirvana/common": "1.0.0"
"@nirvana/common": "*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.9.1",
+1 -1
View File
@@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@nirvana/common": "1.0.0",
"@nirvana/common": "*",
"agora-rtc-sdk-ng": "^4.8.1",
"antd": "^4.18.3",
"firebase": "^9.6.2",
+706 -19
View File
File diff suppressed because it is too large Load Diff