summaryrefslogtreecommitdiffhomepage
path: root/packages/core/package.json
blob: a9bf6e968c67be791cebcbcd5d1bcbd4ef14f00e (plain)
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
{
	"name": "@dispatch/core",
	"version": "0.0.1",
	"private": true,
	"type": "module",
	"main": "src/index.ts",
	"types": "src/index.ts",
	"scripts": {
		"test": "vitest run",
		"test:watch": "vitest",
		"typecheck": "tsc --noEmit"
	},
	"dependencies": {
		"@ai-sdk/anthropic": "1.2.12",
		"@ai-sdk/openai-compatible": "^0.2.0",
		"ai": "^4.0.0",
		"chokidar": "^5.0.0",
		"smol-toml": "^1.6.1",
		"tree-sitter-bash": "^0.25.1",
		"web-tree-sitter": "^0.26.8",
		"zod": "^3.23.0"
	},
	"devDependencies": {
		"@types/bun": "latest"
	}
}