mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "ets-pfe004-evaluetonsavoir-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"lockfileVersion": 2,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/app.js",
|
|
"dev": "ts-node app.ts",
|
|
"watch": "tsc -w"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@valkey-ts/client": "^1.5.14",
|
|
"bcrypt": "^5.1.1",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.4",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongodb": "^6.3.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemailer": "^6.9.9",
|
|
"socket.io": "^4.7.2",
|
|
"socket.io-client": "^4.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/body-parser": "^1.19.5",
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^5.0.0",
|
|
"@types/multer": "^1.4.12",
|
|
"@types/node": "^22.9.0",
|
|
"@types/socket.io": "^3.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"jest": "^29.7.0",
|
|
"jest-mock": "^29.7.0",
|
|
"nodemon": "^3.0.1",
|
|
"supertest": "^6.3.4",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"engines": {
|
|
"node": "18.x"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node",
|
|
"testMatch": [
|
|
"**/__tests__/**/*.js?(x)",
|
|
"**/?(*.)+(spec|test).js?(x)"
|
|
]
|
|
}
|
|
}
|