package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "skill-report-html",
  3. "version": "1.1.0",
  4. "description": "咨询师级 HTML 长页报告工程:排版规范、长页结构方法论、可复用资源库与发布 SOP,配合 fmode-storage 一键发布为公网链接。",
  5. "type": "module",
  6. "main": "./SKILL.md",
  7. "exports": {
  8. ".": {
  9. "import": "./SKILL.md",
  10. "default": "./SKILL.md"
  11. }
  12. },
  13. "files": [
  14. "SKILL.md",
  15. "README.md",
  16. "LICENSE"
  17. ],
  18. "engines": {
  19. "node": ">=18"
  20. },
  21. "keywords": [
  22. "fmode",
  23. "hermes",
  24. "harness-loop",
  25. "rsi",
  26. "ai-agent",
  27. "agent-skill",
  28. "super-skill",
  29. "esm",
  30. "future-feima",
  31. "html-report",
  32. "long-page",
  33. "proposal",
  34. "landing-page",
  35. "publishing",
  36. "s3-cdn",
  37. "未来飞马",
  38. "智能体技能",
  39. "超级技能",
  40. "HTML报告",
  41. "长页报告",
  42. "咨询交付物",
  43. "排版规范",
  44. "AI交付物"
  45. ],
  46. "author": "Yuyang001 (FmodeAgent)",
  47. "license": "MPL-2.0",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://git.fmode.cn/fmode/skill-report-html.git"
  51. },
  52. "dependencies": {}
  53. }