| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "openclaw-voc-skill",
- "version": "1.0.0",
- "description": "VOC(Voice of Customer)数据查询服务的 OpenClaw Skill 定义文件集合。",
- "main": "index.js",
- "directories": {
- "doc": "docs",
- "test": "openclaw-skills/test"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "douyin-speaking-daily:validate": "node scripts/deploy/douyin-speaking-daily-suite.js --validate",
- "douyin-speaking-daily:build": "node scripts/deploy/douyin-speaking-daily-suite.js --build",
- "douyin-speaking-daily:upload": "node scripts/deploy/douyin-speaking-daily-suite.js --build --upload",
- "douyin-speaking-daily:deploy:dry": "node scripts/deploy/douyin-speaking-daily-suite.js --deploy --dry-run",
- "douyin-speaking-daily:deploy": "node scripts/deploy/douyin-speaking-daily-suite.js --deploy",
- "industry-trend:validate": "node openclaw-skills/industry-trend-intelligence/scripts/validate.js",
- "industry-trend:smoke": "node openclaw-skills/industry-trend-intelligence/scripts/industry-trend-runner.js --profile openclaw-skills/industry-trend-intelligence/memory-templates/industry-trend-profile.json --output outputs/industry-trend-intelligence/home-design-smoke",
- "industry-trend:deploy:dry": "node openclaw-skills/industry-trend-intelligence/install.js --dry-run",
- "industry-trend:deploy": "node openclaw-skills/industry-trend-intelligence/install.js",
- "industry-trend:build": "node scripts/deploy/industry-trend-intelligence-suite.js --validate --build --test-package",
- "industry-trend:upload": "node scripts/deploy/industry-trend-intelligence-suite.js --validate --build --test-package --upload",
- "claude-voc:build": "node scripts/deploy/claude-code-voc-intelligence-suite.js --validate --build --test-package",
- "claude-voc:upload": "node scripts/deploy/claude-code-voc-intelligence-suite.js --validate --build --test-package --upload",
- "claude-voc:npm-pack": "node scripts/deploy/claude-code-voc-npm-package.js --pack --test",
- "claude-voc:npm-publish": "node scripts/deploy/claude-code-voc-npm-package.js --pack --test --publish"
- },
- "repository": {
- "type": "git",
- "url": "https://git.fmode.cn/18307996893/openclaw-voc-skill.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "type": "commonjs",
- "dependencies": {
- "qiniu": "^7.15.1"
- }
- }
|