-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "clawd-desktop",
"version": "1.0.9",
"description": "A pixel-art Claude mascot that lives on your desktop",
"main": "main.js",
"bin": {
"clawd-desktop": "./bin/claude-pet.js"
},
"files": [
"main.js",
"preload.js",
"renderer/",
"assets/",
"bin/"
],
"scripts": {
"start": "electron .",
"build": "electron-builder",
"test": "echo \"No tests\" && exit 0"
},
"keywords": [
"claude",
"claude-code",
"anthropic",
"desktop-pet",
"electron",
"pixel-art",
"mascot",
"windows",
"system-tray",
"animated",
"companion",
"tamagotchi",
"cursor",
"codex",
"ai-mascot",
"always-on-top",
"transparent-window"
],
"author": "KebeliSamet0",
"license": "MIT",
"devDependencies": {
"electron": "^30.0.0",
"electron-builder": "^24.13.3"
}
}