Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "nirvana-server",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"agora-access-token": "^2.0.4",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.2",
|
||||
"firebase-admin": "^10.0.1",
|
||||
"morgan": "^1.10.0",
|
||||
"nodemon": "^2.0.15"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user