Brainstorming and initialize project

This commit is contained in:
Andrew Trieu
2023-07-07 10:36:23 +03:00
commit 0c0d0eb5c4
4 changed files with 47 additions and 0 deletions

17
server/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"dependencies": {
"gridfs-stream": "^1.1.1"
},
"type": "module",
"name": "server",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}