-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@sgtbeatdown/edc",
"version": "1.1.4",
"description": "EDC for Pi: repository architecture maps, agent context, and context-aware code review for AI coding agents.",
"type": "module",
"author": "sgtbeatdown",
"license": "MIT",
"homepage": "https://github.com/almogdepaz/edc",
"repository": {
"type": "git",
"url": "git+https://github.com/almogdepaz/edc.git"
},
"bugs": {
"url": "https://github.com/almogdepaz/edc/issues"
},
"keywords": [
"pi-package",
"pi",
"pi-extension",
"edc",
"ai-agent",
"agent-context",
"repo-map",
"repository-architecture",
"code-review",
"context-aware-review",
"security-review",
"quality-review",
"architecture",
"context",
"claude-code",
"cursor",
"codex"
],
"engines": {
"node": ">=20.6.0"
},
"files": [
"pi/**",
"plugins/edc/.claude-plugin/**",
"plugins/edc/commands/**",
"plugins/edc/hooks/**",
"plugins/edc/prompt-bundles/**",
"plugins/edc/scripts/**",
"plugins/edc/skills/**",
"plugins/edc/README.md",
"install.sh",
"README.md",
"CONTRIBUTING.md",
"LICENSE",
"llms.txt",
"docs/**",
"examples/**"
],
"peerDependencies": {
"@earendil-works/pi-coding-agent": "*"
},
"peerDependenciesMeta": {
"@earendil-works/pi-coding-agent": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"pi": {
"extensions": [
"./pi/index.mjs"
]
},
"scripts": {
"lint:shell": "shellcheck plugins/edc/scripts/edc plugins/edc/scripts/*.sh",
"lint:hardening": "shellcheck -S error tests/hardening/*.sh",
"test": "npm run lint:hardening && bash tests/hardening/run-all.sh",
"pack:check": "npm pack --dry-run",
"prepublishOnly": "npm test && npm run pack:check"
}
}