-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 832 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "vibeknow-cli",
"version": "0.4.1",
"description": "VibeKnow CLI — turn docs / URLs into videos",
"license": "MIT",
"bin": {
"vibeknow": "scripts/run.js",
"vk": "scripts/run.js"
},
"scripts": {
"postinstall": "node scripts/install.js"
},
"files": [
"scripts/",
"README.md",
"LICENSE"
],
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"engines": {
"node": ">=16"
},
"repository": {
"type": "git",
"url": "https://github.com/vibeknow/cli.git"
},
"homepage": "https://github.com/vibeknow/cli",
"bugs": {
"url": "https://github.com/vibeknow/cli/issues"
},
"keywords": [
"cli",
"video",
"ai",
"document",
"url",
"tts",
"video-generation",
"automation",
"agent"
]
}