FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
forgecode/package.json at main · pp5ee/forgecode · GitHub
pp5ee
/
forgecode
Public
forked from
tailcallhq/forgecode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
forgecode
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
37 lines (37 loc) · 1.05 KB
Breadcrumbs
forgecode
/
package.json
Copy path
File metadata and controls
37 lines (37 loc) · 1.05 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
forge-code-evals
"
,
"private"
:
true
,
"version"
:
"
1.0.0
"
,
"description"
:
"
"
,
"license"
:
"
ISC
"
,
"author"
:
"
Tushar Mathur <tusharmath@gmail.com>
"
,
"type"
:
"
module
"
,
"scripts"
: {
"eval"
:
"
tsx benchmarks/cli.ts
"
,
"test:bounty"
:
"
tsx --test .github/scripts/bounty/tests/*.test.ts
"
,
"bounty:sync-issue"
:
"
tsx .github/scripts/bounty/src/sync-issue.ts
"
,
"bounty:sync-pr"
:
"
tsx .github/scripts/bounty/src/sync-pr.ts
"
,
"bounty:sync-all-issues"
:
"
tsx .github/scripts/bounty/src/sync-all-issues.ts
"
},
"dependencies"
: {
"@ai-sdk/google-vertex"
:
"
^4.0.47
"
,
"@types/handlebars"
:
"
^4.0.40
"
,
"@types/node"
:
"
^24.10.1
"
,
"@types/tmp"
:
"
^0.2.6
"
,
"@types/yargs"
:
"
^17.0.35
"
,
"ai"
:
"
^6.0.77
"
,
"chalk"
:
"
^5.6.2
"
,
"csv-parse"
:
"
^6.1.0
"
,
"handlebars"
:
"
^4.7.9
"
,
"p-limit"
:
"
^7.2.0
"
,
"pino"
:
"
^10.1.0
"
,
"pino-pretty"
:
"
^13.1.2
"
,
"strip-ansi"
:
"
^7.1.2
"
,
"tmp"
:
"
^0.2.5
"
,
"tsx"
:
"
^4.20.6
"
,
"typescript"
:
"
^6.0.0
"
,
"yaml"
:
"
^2.8.3
"
,
"yargs"
:
"
^18.0.0
"
,
"zod"
:
"
^4.0.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL