-
-
Notifications
You must be signed in to change notification settings - Fork 383
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 875 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
36
37
38
39
40
41
42
{
"name": "@tw93/waza",
"version": "3.32.0",
"description": "Waza engineering skills for Claude Code, Codex, Antigravity, OpenCode, Pi, and compatible coding agents.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tw93/Waza.git"
},
"homepage": "https://github.com/tw93/Waza#readme",
"keywords": [
"pi-package",
"agent-skills",
"waza",
"claude-code",
"codex",
"antigravity",
"opencode",
"antigravity-cli"
],
"files": [
"LICENSE",
"README.md",
"rules",
"scripts/check-update.sh",
"scripts/setup-rule.sh",
"scripts/setup-statusline.sh",
"scripts/statusline.sh",
"skills",
"!**/__pycache__/**",
"!**/*.pyc"
],
"publishConfig": {
"access": "public"
},
"pi": {
"skills": [
"./skills",
"!skills/RESOLVER.md"
]
}
}