File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web-codegen-scorer" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"scripts" : {
5
5
"build-runner" : " tsc" ,
6
6
"release-build" : " tsx release-build.ts" ,
22
22
" code quaility" ,
23
23
" prompt engineering"
24
24
],
25
- "author" : " " ,
25
+ "author" : " angular " ,
26
26
"license" : " MIT" ,
27
27
"description" : " Web Codegen Scorer is a tool for evaluating the quality of web code generated by Large Language Models (LLMs)." ,
28
28
"type" : " module" ,
29
29
"bugs" : {
30
30
"url" : " https://github.com/angular/web-codegen-scorer/issues"
31
31
},
32
32
"homepage" : " https://github.com/angular/web-codegen-scorer" ,
33
+ "repository" : {
34
+ "type" : " git" ,
35
+ "url" : " https://github.com/angular/web-codegen-scorer.git"
36
+ },
33
37
"main" : " ./runner/index.js" ,
34
38
"exports" : {
35
39
"default" : " ./runner/index.js"
You can’t perform that action at this time.
0 commit comments