capcut-cli 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "capcut-cli",
3
- "version": "0.1.2",
4
- "description": "Fast CLI for editing CapCut projects. Edit text, timing, speed, and volume in seconds instead of minutes.",
3
+ "version": "0.1.3",
4
+ "description": "CLI to edit CapCut and JianYing project files — subtitles, timing, speed, volume, templates, cut long-form to shorts. Reads and writes draft_content.json / draft_info.json directly.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "capcut": "dist/index.js",
@@ -19,24 +19,30 @@
19
19
  },
20
20
  "keywords": [
21
21
  "capcut",
22
+ "capcut-editor",
23
+ "capcut-api",
24
+ "capcut-automation",
22
25
  "jianying",
23
26
  "video-editing",
27
+ "video-editor",
28
+ "subtitle-editor",
29
+ "subtitles",
30
+ "srt",
31
+ "captions",
24
32
  "cli",
33
+ "draft_content",
34
+ "draft_info",
25
35
  "youtube",
26
36
  "youtube-shorts",
27
37
  "shorts",
28
- "reels",
29
38
  "tiktok",
30
- "subtitles",
31
- "srt",
32
- "captions",
39
+ "reels",
33
40
  "timeline",
34
- "draft_content",
35
- "draft_info",
36
- "automation",
37
41
  "batch-edit",
38
42
  "templates",
43
+ "automation",
39
44
  "ai-agent",
45
+ "ai-video",
40
46
  "mcp"
41
47
  ],
42
48
  "author": "René Zander",