-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.51 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.51 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gary-cli",
"version": "2026.3.3",
"description": "Gary - AI agent for marketing & go-to-market.",
"type": "module",
"main": "src/index.tsx",
"bin": {
"gary": "./src/index.tsx"
},
"scripts": {
"start": "bun run src/index.tsx",
"dev": "bun --watch run src/index.tsx",
"typecheck": "tsc --noEmit",
"test": "bun test",
"test:watch": "bun test --watch",
"postinstall": "playwright install chromium"
},
"dependencies": {
"@langchain/anthropic": "^1.1.3",
"@langchain/core": "^1.1.0",
"@langchain/exa": "^1.0.1",
"@langchain/google-genai": "^2.0.0",
"@langchain/ollama": "^1.0.3",
"@langchain/openai": "^1.1.3",
"@langchain/tavily": "^1.0.1",
"@mariozechner/pi-tui": "^0.52.9",
"@modelcontextprotocol/sdk": "^1.27.1",
"@mozilla/readability": "^0.6.0",
"diff": "^8.0.3",
"dotenv": "^17.2.3",
"exa-js": "^2.2.0",
"gray-matter": "^4.0.3",
"langsmith": "^0.4.10",
"linkedom": "^0.18.12",
"playwright": "^1.52.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@types/bun": "latest",
"@types/jest": "^29.5.14",
"babel-jest": "^30.2.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"keywords": [
"marketing",
"gtm",
"go-to-market",
"seo",
"analytics",
"ai-agent",
"cli",
"growth",
"copywriting",
"ads"
],
"license": "PolyForm-Noncommercial-1.0.0"
}