package.json 559 B

123456789101112131415161718192021222324
  1. {
  2. "name": "openclaw-voc-skill",
  3. "version": "1.0.0",
  4. "description": "VOC(Voice of Customer)数据查询服务的 OpenClaw Skill 定义文件集合。",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs",
  8. "test": "test"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://git.fmode.cn/18307996893/openclaw-voc-skill.git"
  16. },
  17. "keywords": [],
  18. "author": "",
  19. "license": "ISC",
  20. "type": "commonjs",
  21. "dependencies": {
  22. "qiniu": "^7.15.1"
  23. }
  24. }