|
7 | 7 | "license": "MIT", |
8 | 8 | "author": "Si Hyeong Lee", |
9 | 9 | "homepage": "https://github.com/writingdeveloper/devdeck#readme", |
10 | | - "repository": { "type": "git", "url": "https://github.com/writingdeveloper/devdeck.git" }, |
11 | | - "keywords": ["claude-code", "claude", "electron", "developer-tools", "git", "dashboard", "productivity"], |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/writingdeveloper/devdeck.git" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "claude-code", |
| 16 | + "claude", |
| 17 | + "electron", |
| 18 | + "developer-tools", |
| 19 | + "git", |
| 20 | + "dashboard", |
| 21 | + "productivity" |
| 22 | + ], |
12 | 23 | "scripts": { |
13 | 24 | "build": "tsc && node scripts/build-renderer.mjs && node scripts/copy-assets.mjs", |
14 | 25 | "dist": "npm run build && electron-builder --win --dir", |
|
30 | 41 | "directories": { |
31 | 42 | "output": "release" |
32 | 43 | }, |
| 44 | + "publish": [ |
| 45 | + { "provider": "github", "owner": "writingdeveloper", "repo": "devdeck" } |
| 46 | + ], |
33 | 47 | "win": { |
34 | | - "target": [{ "target": "nsis", "arch": ["x64"] }], |
| 48 | + "target": [ |
| 49 | + { |
| 50 | + "target": "nsis", |
| 51 | + "arch": [ |
| 52 | + "x64" |
| 53 | + ] |
| 54 | + } |
| 55 | + ], |
35 | 56 | "icon": "build/icon.ico" |
36 | 57 | }, |
37 | 58 | "nsis": { |
|
41 | 62 | "artifactName": "${productName}-${version}-Setup.${ext}" |
42 | 63 | }, |
43 | 64 | "mac": { |
44 | | - "target": [{ "target": "dmg", "arch": ["arm64", "x64"] }], |
| 65 | + "target": [ |
| 66 | + { |
| 67 | + "target": "dmg", |
| 68 | + "arch": [ |
| 69 | + "arm64", |
| 70 | + "x64" |
| 71 | + ] |
| 72 | + } |
| 73 | + ], |
45 | 74 | "category": "public.app-category.developer-tools", |
46 | 75 | "icon": "build/icon.png", |
47 | 76 | "artifactName": "${productName}-${version}-${arch}.${ext}" |
48 | 77 | }, |
49 | 78 | "linux": { |
50 | | - "target": ["AppImage", "deb"], |
| 79 | + "target": [ |
| 80 | + "AppImage", |
| 81 | + "deb" |
| 82 | + ], |
51 | 83 | "category": "Development", |
52 | 84 | "icon": "build/icon.png", |
53 | 85 | "maintainer": "writingdeveloper <writingdeveloper@users.noreply.github.com>", |
|
63 | 95 | "playwright": "^1.60.0", |
64 | 96 | "typescript": "^5.5.0", |
65 | 97 | "vitest": "^2.0.0" |
| 98 | + }, |
| 99 | + "dependencies": { |
| 100 | + "electron-updater": "^6.8.9" |
66 | 101 | } |
67 | 102 | } |
0 commit comments