You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
959 B
43 lines
959 B
{
|
|
"name": "3resit",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nodemon .",
|
|
"start": "node server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"bcrypt": "^6.0.0",
|
|
"body-parser": "^2.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.0.1",
|
|
"express": "^5.1.0",
|
|
"express-session": "^1.18.2",
|
|
"express-validator": "^7.2.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"moment": "^2.30.1",
|
|
"multer": "^2.0.1",
|
|
"nodemailer": "^7.0.5",
|
|
"passport": "^0.7.0",
|
|
"passport-github2": "^0.1.12",
|
|
"pg": "^8.16.3",
|
|
"swagger-jsdoc": "^6.2.8",
|
|
"swagger-ui-express": "^5.0.1",
|
|
"yaml": "^2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^5.2.0",
|
|
"chai-http": "^5.1.2",
|
|
"chalk": "^5.4.1",
|
|
"mocha": "^11.7.1",
|
|
"nodemon": "^3.1.10",
|
|
"prettier": "^3.6.2",
|
|
"supertest": "^7.1.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|
|
|