-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1002 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 1002 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
{
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"mongoose": "^6.8.4",
"validator": "^13.7.0"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"name": "team-assessment-backend",
"description": "Devcareer has over 15,000 active members and employs young, motivated programmers via a variety of cohort programs with rigorous application, assessment, and interview procedures. To do this going forward, we need a solid platform to automate these procedures, and we want to develop a solution that makes their execution easier for our recruiters.",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/devcareer/team-assessment-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devcareer/team-assessment-backend/issues"
},
"homepage": "https://github.com/devcareer/team-assessment-backend#readme"
}