adding to functions
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@
|
|||||||
"author": "Arjun Patel <patel.arjun50@gmail.com>",
|
"author": "Arjun Patel <patel.arjun50@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": ["packages/*"]
|
"workspaces": ["packages/*", "packages/serverless/functions"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nirvana/functions",
|
"name": "@nirvana/functions",
|
||||||
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint --ext .js,.ts .",
|
"lint": "eslint --ext .js,.ts .",
|
||||||
"build": "npm run lint && tsc",
|
"build": "npm run lint && tsc",
|
||||||
@@ -20,7 +21,7 @@
|
|||||||
"agora-access-token": "^2.0.4",
|
"agora-access-token": "^2.0.4",
|
||||||
"firebase-admin": "^9.8.0",
|
"firebase-admin": "^9.8.0",
|
||||||
"firebase-functions": "^3.14.1",
|
"firebase-functions": "^3.14.1",
|
||||||
"@nirvana/common": "1.0.0"
|
"@nirvana/common": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nirvana/common": "1.0.0",
|
"@nirvana/common": "*",
|
||||||
"agora-rtc-sdk-ng": "^4.8.1",
|
"agora-rtc-sdk-ng": "^4.8.1",
|
||||||
"antd": "^4.18.3",
|
"antd": "^4.18.3",
|
||||||
"firebase": "^9.6.2",
|
"firebase": "^9.6.2",
|
||||||
|
|||||||
Reference in New Issue
Block a user