-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 967 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 967 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
{
"name": "ark-agent-cli",
"private": true,
"type": "module",
"imports": {
"#*": "./src/*"
},
"scripts": {
"cli": "bun run --watch src/index.tsx",
"build": "pnpm clean && bun build --compile src/index.tsx --outfile ./build/ark-agent-cli && cp .env ./build/.env",
"check-types": "tsc --noEmit",
"clean": "rm -rf build",
"export-data": "bun run scripts/export-data.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.17",
"@ai-sdk/react": "^3.0.41",
"@ai-tui/core": "^0.1.1",
"@duckdb/node-api": "1.4.4-r.1",
"@opentui/core": "^0.1.72",
"@opentui/react": "^0.1.72",
"@t3-oss/env-core": "^0.13.1",
"ai": "^6.0.42",
"hyparquet": "^1.25.1",
"react": "^19.2.3",
"zod": "^4.1.13"
},
"devDependencies": {
"@types/bun": "^1.3.6",
"@types/react": "^19"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264"
}