2023-06-08 11:05:28 +00:00
|
|
|
{
|
|
|
|
"name": "structshare",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2023-06-08 15:50:54 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2023-06-09 15:39:20 +00:00
|
|
|
"cookie-parser": "^1.4.6",
|
2023-06-08 11:05:28 +00:00
|
|
|
"dotenv": "^16.1.4",
|
|
|
|
"express": "^4.18.2",
|
2023-06-08 14:53:50 +00:00
|
|
|
"jsonwebtoken": "^9.0.0",
|
2023-06-08 11:05:28 +00:00
|
|
|
"mongodb": "^5.6.0",
|
2023-06-08 16:05:08 +00:00
|
|
|
"mongoose": "^7.2.2"
|
2023-06-08 14:53:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-08 15:50:54 +00:00
|
|
|
"@types/bcryptjs": "^2.4.2",
|
2023-06-09 15:39:20 +00:00
|
|
|
"@types/cookie-parser": "^1.4.3",
|
2023-06-08 16:53:03 +00:00
|
|
|
"@types/express": "^4.17.17",
|
|
|
|
"@types/jsonwebtoken": "^9.0.2"
|
2023-06-08 11:05:28 +00:00
|
|
|
}
|
|
|
|
}
|