-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 913 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 913 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
31
32
33
34
{
"name": "githubstreak-backend",
"type": "module",
"version": "1.0.0",
"description": "The backend server for Github streak",
"main": "index.js",
"scripts": {
"dev": "nodemon src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edmondakwasi/Githubstreak-backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Edmondakwasi/Githubstreak-backend/issues"
},
"homepage": "https://github.com/Edmondakwasi/Githubstreak-backend#readme",
"dependencies": {
"@clerk/backend": "^1.0.0",
"@clerk/clerk-sdk-node": "^5.0.14",
"@sendgrid/mail": "^8.1.6",
"apicache": "^1.6.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongoose": "^8.5.1",
"nodemon": "^3.1.4",
"octokit": "^4.0.2",
"uuid": "^9.0.0"
}
}