Upload 4.2
This commit is contained in:
23
part4/bloglist/package.json
Normal file
23
part4/bloglist/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "bloglist",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.1.1",
|
||||
"express": "^4.18.2",
|
||||
"mongoose": "^7.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.41.0",
|
||||
"nodemon": "^2.0.22"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user