-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.3 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
{
"name": "nimble-gtm-signal-agent",
"version": "0.1.0",
"description": "A source-grounded agent starter kit for turning live web signals into actionable intelligence briefs.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/nehalagrawal191-afk/nimble.git"
},
"keywords": [
"ai-agents",
"langgraph",
"nimble",
"web-search",
"web-extraction",
"source-grounded-ai",
"gtm-intelligence",
"nextjs"
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"part2": "bash open-part2.sh"
},
"dependencies": {
"@langchain/langgraph": "^1.4.8",
"@langchain/openai": "^1.5.5",
"@types/better-sqlite3": "^7.6.13",
"better-sqlite3": "^11.10.0",
"lucide-react": "^0.468.0",
"next": "^16.2.12",
"openai": "^4.80.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"resend": "^4.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.0",
"typescript": "^5.7.3"
},
"overrides": {
"postcss": "^8.5.18",
"sharp": "^0.35.0"
}
}