19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"name": "server",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"author": "Ben Elferink",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.11.8",
|
|
"nodemon": "^2.0.6"
|
|
}
|
|
}
|