-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 757 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 757 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
{
"name": "secure-agent",
"version": "1.0.0",
"main": "src/app.ts",
"license": "ISC",
"scripts": {
"start": "tsx src/app.ts"
},
"dependencies": {
"@babel/parser": "^7.26.2",
"@babel/traverse": "^7.25.9",
"@octokit/rest": "^20.0.2",
"@octokit/webhooks-definitions": "^3.67.3",
"@types/node": "^20.8.3",
"chalk": "^5.3.0",
"diff": "^5.1.0",
"dotenv": "^16.3.1",
"gpt-tokenizer": "^2.1.2",
"groq-sdk": "^0.8.0",
"octokit": "^3.1.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/babel__traverse": "^7.20.3",
"@types/diff": "^5.0.7",
"@types/xml2js": "^0.4.13",
"csv-writer": "^1.6.0",
"smee-client": "^1.2.3",
"tsx": "^4.19.2",
"typescript": "^5.2.2"
}
}