| 123456789101112131415161718192021222324 |
- {
- "name": "openclaw-voc-skill",
- "version": "1.0.0",
- "description": "VOC(Voice of Customer)数据查询服务的 OpenClaw Skill 定义文件集合。",
- "main": "index.js",
- "directories": {
- "doc": "docs",
- "test": "test"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.fmode.cn/18307996893/openclaw-voc-skill.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "type": "commonjs",
- "dependencies": {
- "qiniu": "^7.15.1"
- }
- }
|