-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 837 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 837 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
35
{
"name": "github-center-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": " nodemon index.js || export OPENSSL_CONF=/dev/null"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@clerk/express": "^1.7.5",
"@google/generative-ai": "^0.24.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"diff": "^8.0.2",
"dotenv": "^17.2.0",
"express": "^5.1.0",
"express-validator": "^7.2.1",
"mongoose": "^8.16.3",
"nodemon": "^3.1.10",
"octokit": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/node": "^24.3.0",
"eslint": "^9.33.0",
"globals": "^16.3.0",
"typescript": "^5.9.2"
}
}