mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"name": "ets-pfe004-evaluetonsavoir-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js",
|
|
"start": "node app.js",
|
|
"dev": "nodemon app.js",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bcrypt": "^5.1.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.4",
|
|
"express": "^4.18.2",
|
|
"express-session": "^1.18.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongodb": "^6.3.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemailer": "^6.9.9",
|
|
"passport": "^0.7.0",
|
|
"passport-oauth2": "^1.8.0",
|
|
"passport-openid-oauth20": "^1.2.6",
|
|
"passport-openidconnect": "^0.1.2",
|
|
"socket.io": "^4.7.2",
|
|
"socket.io-client": "^4.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0",
|
|
"nodemon": "^3.0.1",
|
|
"supertest": "^6.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "18.x"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"testMatch": [
|
|
"**/__tests__/**/*.js?(x)",
|
|
"**/?(*.)+(spec|test).js?(x)"
|
|
]
|
|
}
|
|
}
|