Skip to content

Commit 23e3be0

Browse files
committed
add vite-plugin-devtools-json
1 parent a9203db commit 23e3be0

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
}

apps/svelte.dev/src/routes/packages/packages-meta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const SV_ADD = {
1111
'prettier',
1212
'storybook',
1313
'tailwindcss',
14+
'vite-plugin-devtools-json',
1415
'vitest'
1516
]
1617
};

0 commit comments

Comments
 (0)