-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
39
40
41
42
43
{
"name": "commit-relay",
"version": "1.0.0",
"description": "AI-powered commit automation system with master-worker architecture",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --maxWorkers=2"
},
"keywords": [
"commit-relay",
"automation",
"ai",
"governance"
],
"author": "ry-ops",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-node": "^0.208.0",
"@opentelemetry/sdk-trace-node": "^2.2.0",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"minisearch": "^7.1.0",
"openai": "^4.73.0",
"postman-cli": "^1.24.2",
"tiktoken": "^1.0.17"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"pdf-lib": "^1.17.1",
"supertest": "^7.1.4"
}
}