-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 971 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": "graph-skill",
"version": "0.5.0",
"description": "Auto-detecting graph workflow with local checks, caching, selective retries, resume, and interactive reports",
"keywords": [
"claude-code",
"codex",
"opencode",
"cursor",
"openclaw",
"agent",
"skill",
"workflow",
"dependency-graph",
"graph-engineering",
"token-efficiency"
],
"author": "Govind <govindw007@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/gwaghmar/graph.git"
},
"bugs": {
"url": "https://github.com/gwaghmar/graph/issues"
},
"homepage": "https://github.com/gwaghmar/graph#readme",
"files": [
"bin/",
"core/graph.py",
"templates/",
"examples/",
"tests/",
"README.md",
"LICENSE"
],
"bin": {
"graph-skill": "bin/graph-skill.js"
},
"scripts": {
"test": "node --test tests/*.test.js"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}