-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "fast_fueler_web_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"test": "jest",
"test_force_exit": "jest --forceExit",
"test_detectOpenHandles": "jest --detectOpenHandles",
"test_mocha": "mocha --recursive --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SEP-SEM-05/fast_fueler_web_backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SEP-SEM-05/fast_fueler_web_backend/issues"
},
"homepage": "https://github.com/SEP-SEM-05/fast_fueler_web_backend#readme",
"dependencies": {
"@datastructures-js/priority-queue": "^6.1.3",
"bcrypt": "^5.0.1",
"chai": "^4.3.6",
"concurrently": "^7.3.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"generate-password": "^1.7.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^10.0.0",
"mockgoose": "^8.0.4",
"mongodb": "^4.8.0",
"mongoose": "^6.4.7",
"morgan": "^1.10.0",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.19",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"jest": "^29.0.3",
"supertest": "^6.2.4"
}
}