-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 825 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
34
35
36
{
"name": "forgecli",
"module": "index.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest"
},
"bin": {
"forgecli": "./index.ts"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@clack/core": "^1.4.3",
"@clack/prompts": "^1.7.0",
"@mendable/firecrawl-js": "^4.30.0",
"@openrouter/ai-sdk-provider": "^3.0.0",
"@types/marked-terminal": "^6.1.1",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"ai": "^7.0.16",
"chalk": "^5.6.2",
"commander": "^15.0.0",
"diff": "^9.0.0",
"dom": "^0.0.3",
"figlet": "^1.11.0",
"marked": "^18.0.5",
"marked-terminal": "^7.3.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"telegraf": "^4.16.3"
}
}