-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.54 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.54 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
{
"name": "superpowers-ja",
"version": "0.3.1",
"engines": {
"node": ">=20.0.0"
},
"description": "Superpowers 日本語・日本 IT 開発版。AI coding agents に計画、TDD、デバッグ、レビュー、検証、日本の開発現場向けワークフローを追加します。",
"type": "module",
"main": ".opencode/plugins/superpowers.js",
"bin": {
"superpowers-ja": "bin/superpowers-ja.js"
},
"scripts": {
"version": "node scripts/sync-plugin-version.js && git add .claude-plugin/plugin.json .claude-plugin/marketplace.json .cursor-plugin/plugin.json .codex-plugin/plugin.json gemini-extension.json"
},
"files": [
"bin/",
"skills/",
"hooks/",
"assets/",
".claude-plugin/",
".cursor-plugin/",
".codex/INSTALL.md",
".codex-plugin/",
".opencode/INSTALL.md",
".opencode/plugins/",
"CLAUDE.md",
"GEMINI.md",
"RELEASE-NOTES.md",
"ROADMAP.md",
"gemini-extension.json",
"docs/",
"README.md",
"LICENSE"
],
"keywords": [
"superpowers",
"claude-code",
"cursor",
"codex",
"gemini",
"kiro",
"windsurf",
"aider",
"opencode",
"claw",
"claw-code",
"qoder",
"vscode",
"copilot",
"ai-coding",
"skills",
"japanese",
"日本語",
"japan",
"tdd",
"debugging",
"code-review"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sscodeai/superpowers-ja.git"
},
"homepage": "https://github.com/sscodeai/superpowers-ja",
"author": "sscodeai",
"license": "MIT"
}