-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "cogent",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsx src/main.tsx",
"build": "tsc",
"start": "node dist/index.js",
"pico": "tsx src/benchmark/pico/index.ts",
"pico:filter": "PICO_FILTER="
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@xenova/transformers": "^2.17.2",
"better-sqlite3": "^12.9.0",
"dayjs": "^1.11.20",
"dotenv": "^17.4.2",
"fast-glob": "^3.3.3",
"glob": "^13.0.6",
"ink": "^7.0.1",
"ink-spinner": "^5.0.0",
"ink-text-input": "^6.0.0",
"openai": "^6.34.0",
"pdfjs-dist": "^5.6.205",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"pino-roll": "^4.0.0",
"react": "^19.2.5",
"tiktoken": "^1.0.22"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/glob": "^8.1.0",
"@types/ink-text-input": "^2.0.5",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}
}