-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 945 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 945 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
{
"name": "hello2cc",
"version": "0.5.11",
"type": "module",
"description": "Claude Code alignment plugin that drives third-party models toward Opus-compatible workflows, tool usage, and output style.",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/hellowind777/hello2cc.git"
},
"homepage": "https://github.com/hellowind777/hello2cc",
"bugs": {
"url": "https://github.com/hellowind777/hello2cc/issues"
},
"scripts": {
"release:notes": "node ./scripts/generate-release-notes.mjs",
"validate": "node ./scripts/validate-plugin.mjs .",
"test": "node --test",
"test:real": "node ./scripts/claude-real-regression.mjs",
"check": "npm run validate && npm test"
},
"files": [
".claude-plugin/",
"agents/",
"hooks/",
"scripts/",
"output-styles/"
],
"engines": {
"node": ">=18"
}
}