-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 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
{
"name": "ai-video-studio",
"version": "1.0.1",
"description": "FableForge: An advanced OpenClaw agent skill and universal industrial-grade video production pipeline powered by HyperFrames.",
"keywords": [
"openclaw",
"clawhub-skill",
"hyperframes",
"ai-video",
"tts",
"voice-cloning",
"gsap"
],
"author": "Lucas-Kay8",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "npx --yes hyperframes@0.6.2 preview",
"check": "npx --yes hyperframes@0.6.2 lint && npx --yes hyperframes@0.6.2 validate && npx --yes hyperframes@0.6.2 inspect",
"render": "npx --yes hyperframes@0.6.2 render",
"publish": "npx --yes hyperframes@0.6.2 publish"
},
"devDependencies": {
"clawhub": "^0.16.0"
}
}