{
"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"
}