-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "resit-deferral-submission",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fortsharif/back-end-TLD.git"
},
"jest": {
"testEnviroment": "node"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fortsharif/back-end-TLD/issues"
},
"homepage": "https://github.com/fortsharif/back-end-TLD#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"chai": "^4.3.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mocha": "^9.0.2",
"mockgoose": "^8.0.4",
"mongodb": "^3.6.9",
"mongodb-memory-server": "^7.2.1",
"multer": "^1.4.2",
"nodemailer": "^6.6.3",
"nodemon": "^2.0.7",
"supertest": "^6.1.3",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6"
}
}