This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
fullstack-open/part4/bloglist/package.json
Andrew Trieu 15043bbd4b Upload 4.2
2023-05-31 13:09:58 +03:00

24 lines
466 B
JSON

{
"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"
}
}