-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 991 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
{
"name": "claude-vibe-check",
"version": "1.1.2",
"description": "Claude Code hook that reads your face after code changes and adjusts its work based on your reaction",
"bin": {
"claude-vibe-check": "bin/cli.js"
},
"files": [
"bin/cli.js",
"bin/capture.sh",
"bin/hook.sh",
"lib/emotion_detect.py",
"LICENSE"
],
"scripts": {
"postinstall": "chmod +x bin/hook.sh bin/capture.sh 2>/dev/null || true",
"setup": "node bin/cli.js setup",
"test": "node bin/cli.js test"
},
"keywords": [
"claude-code",
"hook",
"webcam",
"emotion",
"face-detection",
"vibe-check",
"developer-experience"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Reworr-R/claude-vibe-check.git"
},
"bugs": {
"url": "https://github.com/Reworr-R/claude-vibe-check/issues"
},
"homepage": "https://reworr.com/vibe-check/",
"author": "reworr",
"license": "MIT",
"engines": {
"node": ">=18"
}
}