-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"name": "compilerprtotype",
"version": "1.0.0",
"description": "This is a academic protoype for the code compiler powered by judege0 and Mtech CSE FSD SRM student to build a coding platform for the student",
"keywords": [
"compiler",
"code",
"language",
"CSE",
"platform"
],
"homepage": "https://github.com/Adi-2602/CampusCode#readme",
"bugs": {
"url": "https://github.com/Adi-2602/CampusCode/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adi-2602/CampusCode.git"
},
"license": "ISC",
"author": "Avi Ranjan, Aditya",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "npm test",
"start": "nodemon server.js"
},
"dependencies": {
"axios": "^1.13.2",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongodb": "^7.0.0",
"mongoose": "^9.1.4",
"nodemon": "^3.1.11",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-dist": "^5.31.0",
"swagger-ui-express": "^5.0.1"
}
}