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 4dda427795 Upload 4.7
2023-05-31 14:44:06 +03:00

25 lines
460 B
JSON

{
"name": "bloglist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --verbose",
"dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.1.1",
"express": "^4.18.2",
"jest": "^29.5.0",
"mongoose": "^7.2.2"
},
"devDependencies": {
"eslint": "^8.41.0",
"nodemon": "^2.0.22"
}
}