package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "fmode-storage",
  3. "version": "1.2.0",
  4. "description": "对象存储上传/公开分享技能(华为云 OBS / S3 兼容)。首选免密钥通道:sessionToken → 云函数 fmodeagent-upload-url 预签名直传;自动推断并透传 Content-Type(HTML/CSS/JS/SVG 上传后可浏览器直接渲染,不再触发下载)。零依赖 Node ≥18。",
  5. "type": "module",
  6. "main": "./skills/fmode-storage/scripts/uploader.mjs",
  7. "exports": {
  8. ".": {
  9. "import": "./skills/fmode-storage/scripts/uploader.mjs",
  10. "default": "./skills/fmode-storage/scripts/uploader.mjs"
  11. }
  12. },
  13. "files": [
  14. "skills/",
  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. "storage",
  32. "object-storage",
  33. "obs",
  34. "s3",
  35. "cdn",
  36. "upload",
  37. "presigned-url",
  38. "public-url",
  39. "未来飞马",
  40. "智能体技能",
  41. "超级技能",
  42. "对象存储",
  43. "公开分享链接",
  44. "大文件上传",
  45. "AI交付物"
  46. ],
  47. "author": "Yuyang001 (FmodeAgent)",
  48. "license": "MPL-2.0",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+ssh://git@github.com/fmodecn/skill-storage.git"
  52. }
  53. }