halhlall
This diff is collapsed.
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"main": "index.js", | "main": "index.js", | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "dev": "node src/index.js" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -15,6 +15,7 @@ | ... | @@ -15,6 +15,7 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"dependencies": { | "dependencies": { | ||
"express": "^4.18.2" | "express": "^4.18.2", | ||
"mongoose": "^6.8.3" | |||
} | } | ||
} | } |
Please register or sign in to comment