File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
lib/server/generated/registry Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " vite-plugin-devtools-json" ,
3
+ "description" : " Vite plugin for generating `com.chrome.devtools.json` on the fly in the devserver." ,
4
+ "repo_url" : " https://github.com/ChromeDevTools/vite-plugin-devtools-json" ,
5
+ "authors" : [" google-wombot" ],
6
+ "homepage" : " https://github.com/ChromeDevTools/vite-plugin-devtools-json#readme" ,
7
+ "downloads" : 80910 ,
8
+ "updated" : " 2025-08-13T01:18:57.493Z" ,
9
+ "tags" : [" tooling" ],
10
+ "runes" : false ,
11
+ "github_stars" : 310 ,
12
+ "typescript" : true ,
13
+ "version" : " 1.0.0" ,
14
+ "last_rune_check_version" : " 0.4.1"
15
+ }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const SV_ADD = {
11
11
'prettier' ,
12
12
'storybook' ,
13
13
'tailwindcss' ,
14
+ 'vite-plugin-devtools-json' ,
14
15
'vitest'
15
16
]
16
17
} ;
You can’t perform that action at this time.
0 commit comments