trying with the store and such

This commit is contained in:
talksik
2022-03-17 20:13:49 -04:00
parent 453121c987
commit 34fe8e0c29
21 changed files with 478 additions and 35758 deletions
+6 -3
View File
@@ -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",