-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.21 KB
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": "ghostclaw",
<<<<<<< HEAD
"version": "0.3.0",
=======
"version": "0.2.5b2",
>>>>>>> 6afec2079eaa0e0167f4e53ce17afebf0e0b92cd
"description": "Architectural code review assistant that perceives code vibes",
"bin": {
"ghostclaw": "./bin/ghostclaw.sh"
},
"scripts": {
"install-deps": "pip install -r requirements-dev.txt",
"install-service": "./scripts/install_service.sh",
"test": "python3 -m pytest -p no:sugar tests/unit",
"build": "./scripts/install.sh",
"postinstall": "./scripts/setup-path.sh"
},
"keywords": [
"ghostclaw",
"openclaw-skill",
"agents-skill",
"agents-skills",
"agents-skills-ghostclaw",
"agents-skills-ghostclaw-architecture",
"agents-skills-ghostclaw-architecture-code-review",
"architecture",
"code-review"
],
"author": "Ev3lynx",
"github": "Ev3lynx727/ghostclaw",
"license": "MIT",
"openclaw": {
"skill": true,
"entry": "~/.local/bin/ghostclaw"
},
"files": [
"SKILL.md",
"src/",
"scripts/",
"README.md",
"CHANGELOG.md",
"LICENSE",
"AGENTS.md"
]
}