-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 779 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 779 Bytes
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
{
"name": "codingtest-server",
"version": "1.0.0",
"description": "Programa que testea automaticamente el codigo de los alumnos utilizando github classroom y omegaup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "UADY",
"license": "MIT",
"dependencies": {
"atob": "^2.1.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.1.7-alpha.3",
"form-data": "^3.0.0",
"mongoose": "^5.9.3",
"multer": "^1.4.2",
"node-fetch": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Ivan12273/codingtest-server.git"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}