Spaces:
Sleeping
Sleeping
| { | |
| "name": "remotion-studio", | |
| "version": "1.0.0", | |
| "description": "AI Video Generator — Remotion-powered video rendering API & web UI", | |
| "main": "server.js", | |
| "scripts": { | |
| "start": "node server.js", | |
| "build": "npx remotion bundle src/index.ts --out-dir bundle", | |
| "preview": "npx remotion preview src/index.ts", | |
| "render": "npx remotion render src/index.ts" | |
| }, | |
| "dependencies": { | |
| "@remotion/bundler": "^4.0.0", | |
| "@remotion/cli": "^4.0.0", | |
| "@remotion/renderer": "^4.0.0", | |
| "express": "^4.18.2", | |
| "node-cron": "^3.0.3", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "remotion": "^4.0.0", | |
| "typescript": "^5.4.0", | |
| "uuid": "^9.0.0", | |
| "@huggingface/hub": "^0.15.0" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.3.0", | |
| "@types/node": "^20.0.0" | |
| } | |
| } | |