vite-plugin-specter 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +17 -3
package/package.json CHANGED
@@ -1,7 +1,16 @@
1
1
  {
2
2
  "name": "vite-plugin-specter",
3
- "version": "0.2.1",
4
- "description": "Dev-only element inspector overlay for Vite projects. Hover any element to see its styles, component name, and spacing — then copy to clipboard for AI assistants.",
3
+ "version": "0.2.3",
4
+ "description": "Inspect elements and Figma-style measure spacing in your vibe-coded Vite projects. Give your AI exactly what it needs to make the right change.",
5
+ "author": "Setu Kathawate <dev@setugk.com>",
6
+ "homepage": "https://github.com/setugk/vite-plugin-specter#readme",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/setugk/vite-plugin-specter.git"
10
+ },
11
+ "bugs": {
12
+ "url": "https://github.com/setugk/vite-plugin-specter/issues"
13
+ },
5
14
  "type": "module",
6
15
  "main": "./dist/index.cjs",
7
16
  "module": "./dist/index.js",
@@ -33,11 +42,16 @@
33
42
  },
34
43
  "keywords": [
35
44
  "vite",
45
+ "vite-plugin",
36
46
  "plugin",
37
47
  "inspector",
48
+ "element-inspector",
38
49
  "devtools",
50
+ "overlay",
39
51
  "design",
40
- "css"
52
+ "css",
53
+ "ai",
54
+ "dx"
41
55
  ],
42
56
  "license": "MIT"
43
57
  }