Files
tw93__waza/package.json
T

39 lines
743 B
JSON

{
"name": "@tw93/waza",
"version": "3.29.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"
],
"files": [
"LICENSE",
"README.md",
"rules",
"scripts",
"skills",
"!**/__pycache__/**",
"!**/*.pyc"
],
"publishConfig": {
"access": "public"
},
"pi": {
"skills": [
"./skills",
"!skills/RESOLVER.md"
]
}
}