-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 783 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 783 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
36
37
38
{
"name": "codeSnap",
"version": "1.0.0",
"private": true,
"description": "Capture, Summarize, and Execute",
"author": "NIKU-SINGH",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"test": "jest"
},
"dependencies": {
"axios": "^1.5.1",
"dotenv": "^16.3.1",
"openai": "^4.12.1",
"piston-client": "^1.0.2",
"probot": "^12.2.4"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"jest": "^29.0.0",
"nock": "^13.0.5",
"smee-client": "^1.2.2",
"ts-jest": "^29.0.0",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 10.13.0"
}
}