forked from arymehta/Scribe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 713 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 713 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": "docbot",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"prod": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/genai": "^1.9.0",
"@google/generative-ai": "^0.24.1",
"@octokit/app": "^16.0.1",
"@octokit/auth-app": "^8.0.1",
"@octokit/rest": "^22.0.0",
"@octokit/webhooks": "^14.1.0",
"body-parser": "^2.2.0",
"crypto": "^1.0.1",
"dotenv": "^17.1.0",
"express": "^5.1.0",
"minimatch": "^10.0.3",
"nodemon": "^3.1.10",
"octokit": "^5.0.3"
}
}