-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.3 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
{
"name": "opencode-power-pack",
"version": "0.3.0",
"description": "Eleven Claude Code workflows packaged for Codex, OpenCode, and Pi: code review, feature development, security review, frontend design, authoring, and project memory.",
"type": "module",
"main": ".opencode/plugins/opencode-power-pack.js",
"engines": {
"node": ">=20",
"opencode": ">=1.18.7"
},
"files": [
"skills",
".codex-plugin",
".opencode",
"assets",
"UPSTREAMS.json",
"THIRD_PARTY_NOTICES.md",
"LICENSES"
],
"scripts": {
"test": "node --test",
"eval:behavioral": "node scripts/behavioral-evals.mjs run",
"eval:behavioral:accept": "node scripts/behavioral-evals.mjs accept",
"smoke:opencode": "node scripts/opencode-smoke.mjs 1.18.7"
},
"pi": {
"skills": [
"./skills"
]
},
"license": "MIT AND Apache-2.0",
"author": "Wayner Barrios",
"repository": {
"type": "git",
"url": "git+https://github.com/waybarrios/opencode-power-pack.git"
},
"keywords": [
"codex",
"codex-cli",
"openai-codex",
"openai",
"opencode",
"pi",
"pi-coding-agent",
"pi-package",
"claude-code",
"skills",
"code-review",
"security-review",
"feature-dev",
"frontend-design",
"mcp-builder",
"multi-agent",
"plugin"
]
}