@tarot-ai/pixel 0.0.2 → 0.0.4

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.
package/package.json CHANGED
@@ -1,15 +1,18 @@
1
1
  {
2
2
  "name": "@tarot-ai/pixel",
3
- "version": "0.0.2",
4
- "description": "MCP runtime for local design understanding and design-to-code workflows with Tarot Pixel",
3
+ "version": "0.0.4",
4
+ "description": "Local MCP runtime and design context bridge for Tarot Pixel design-to-code workflows",
5
5
  "keywords": [
6
6
  "mcp",
7
+ "coding-agent",
7
8
  "design-to-code",
9
+ "qoder",
8
10
  "mastergo",
9
11
  "figma",
10
12
  "sketch"
11
13
  ],
12
- "author": "D2C Team",
14
+ "author": "Tarot AI",
15
+ "homepage": "https://www.npmjs.com/package/@tarot-ai/pixel",
13
16
  "license": "UNLICENSED",
14
17
  "type": "module",
15
18
  "bin": {
@@ -19,6 +22,10 @@
19
22
  "files": [
20
23
  "dist"
21
24
  ],
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "registry": "https://registry.npmjs.org/"
28
+ },
22
29
  "scripts": {
23
30
  "dev:view": "vite view --config view/vite.config.ts",
24
31
  "build:view": "tsc --noEmit -p view/tsconfig.json && vite build view --config view/vite.config.ts",