package.json 815 B

123456789101112131415161718192021
  1. {
  2. "name": "skill-study-report",
  3. "version": "0.1.0",
  4. "description": "学习复盘报告技能:48h 多 Agent 采集 → 三问追问 → skill-present 级 HTML PPT 报告 → Storage+Gogs 双通道发布",
  5. "type": "module",
  6. "private": true,
  7. "scripts": {
  8. "precheck": "node skills/study-report/scripts/precheck.mjs",
  9. "collect": "node skills/study-report/scripts/collect.mjs",
  10. "ask": "node skills/study-report/scripts/ask.mjs",
  11. "build": "node skills/study-report/scripts/build-report.mjs",
  12. "publish": "node skills/study-report/scripts/publish.mjs"
  13. },
  14. "engines": { "node": ">=18" },
  15. "license": "MIT",
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/fmodecn/skill-study-report.git"
  19. },
  20. "homepage": "https://github.com/fmodecn/skill-study-report#readme"
  21. }