package.json 574 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "skills-smartbadge-ops",
  3. "version": "1.1.0",
  4. "description": "智能工牌录音管道运维技能(Claude skill): 巡检/自诊断/补跑重试/OSS 直连/区间聚合(月报年报)/报告解读/部署核验",
  5. "type": "module",
  6. "bin": {
  7. "smartbadge-ops": "./scripts/install.mjs"
  8. },
  9. "files": [
  10. "SKILL.md",
  11. "README.md",
  12. ".env.example",
  13. ".gitignore",
  14. "scripts/",
  15. "templates/"
  16. ],
  17. "engines": {
  18. "node": ">=18"
  19. },
  20. "keywords": [
  21. "claude-skill",
  22. "smartbadge",
  23. "ops",
  24. "pipeline"
  25. ],
  26. "license": "MIT"
  27. }