-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 724 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 724 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
{
"name": "opencode-power-pack",
"version": "0.1.0",
"description": "Curated bundle of Claude Code skills ported to OpenCode: code-review, feature-dev, security-review, frontend-design, mcp-builder, skill-creator, and the feature-dev sub-agents.",
"type": "module",
"main": ".opencode/plugins/opencode-power-pack.js",
"scripts": {
"test": "node --test"
},
"license": "MIT",
"author": "Wayner Barrios",
"repository": {
"type": "git",
"url": "git+https://github.com/waybarrios/opencode-power-pack.git"
},
"keywords": [
"opencode",
"claude-code",
"skills",
"code-review",
"security-review",
"feature-dev",
"frontend-design",
"mcp-builder",
"plugin"
]
}