-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 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
44
45
46
47
48
{
"name": "cortex",
"version": "2.0.0",
"description": "Cortex by ry-ops: Self-improving AI development orchestration with Mixture of Experts learning",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --maxWorkers=2"
},
"keywords": [
"cortex",
"moe",
"mixture-of-experts",
"self-improving",
"automation",
"ai",
"orchestration",
"ry-ops"
],
"author": "ry-ops",
"license": "MIT",
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/sdk-node": "^0.212.0",
"@opentelemetry/sdk-trace-node": "^2.2.0",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"cors": "^2.8.5",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"minisearch": "^7.1.0",
"openai": "^6.22.0",
"postman-cli": "^1.31.3",
"tiktoken": "^1.0.17",
"ws": "^8.19.0"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"pdf-lib": "^1.17.1",
"supertest": "^7.1.4"
}
}