You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "capstone-2",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"faker": "^5.5.3",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongoose": "^8.0.0",
|
|
"nodemon": "^3.0.1"
|
|
}
|
|
}
|