-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"name": "devgig-backend",
"version": "1.0.0",
"description": "Team Name: Royal Team Project Name: DevGig Idea: Freelance website where any developer can promote their profile/works and be able to find and search for jobs and job offers and apply that are coming from an online API.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoyalTeam-ASAC/DevGig-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RoyalTeam-ASAC/DevGig-backend/issues"
},
"homepage": "https://github.com/RoyalTeam-ASAC/DevGig-backend#readme",
"dependencies": {
"@auth0/auth0-react": "^1.5.0",
"auth0": "^2.35.1",
"axios": "^0.21.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jwk": "^0.0.2",
"mongodb": "^3.6.8",
"mongoose": "^5.13.2"
}
}