trying with the store and such
This commit is contained in:
@@ -4,13 +4,16 @@
|
||||
"main": "index.ts",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@nirvana/core": "*",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.3",
|
||||
"google-auth-library": "^7.14.0"
|
||||
"google-auth-library": "^7.14.0",
|
||||
"mongodb": "^4.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"start": "ts-node index.ts"
|
||||
"dev": "NODE_ENV=development && nodemon",
|
||||
"start": "ts-node index.ts",
|
||||
"production": "NODE_ENV=production && nodemon"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.13",
|
||||
|
||||
Reference in New Issue
Block a user