mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
16 lines
544 B
JSON
16 lines
544 B
JSON
{
|
|
"name": "motion",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "RoboCo motion-video compositions (HyperFrames) — bespoke marketing clips authored per release, feature-spotlight, or on-demand request, rendered by the video-renderer sidecar.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"preview": "hyperframes preview compositions/release-announcement",
|
|
"lint": "hyperframes lint compositions/release-announcement",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"hyperframes": "0.7.36",
|
|
"vitest": "^4.0.0"
|
|
}
|
|
} |