| 123456789101112131415161718192021222324252627 |
- {
- "name": "skills-smartbadge-ops",
- "version": "1.2.0",
- "description": "智能工牌录音管道运维技能(Claude skill): 巡检/自诊断/补跑重试/OSS 直连/区间聚合(月报年报)/报告解读/部署核验",
- "type": "module",
- "bin": {
- "smartbadge-ops": "./scripts/install.mjs"
- },
- "files": [
- "SKILL.md",
- "README.md",
- ".env.example",
- ".gitignore",
- "scripts/",
- "templates/"
- ],
- "engines": {
- "node": ">=18"
- },
- "keywords": [
- "claude-skill",
- "smartbadge",
- "ops",
- "pipeline"
- ],
- "license": "MIT"
- }
|