@remotion/cli
Version:
Control Remotion features using the `npx remotion` command
83 lines (82 loc) • 1.99 kB
JSON
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
},
"name": "@remotion/cli",
"version": "4.0.488",
"description": "Control Remotion features using the `npx remotion` command",
"main": "dist/index.js",
"bin": {
"remotion": "remotion-cli.js",
"remotionb": "remotionb-cli.js",
"remotiond": "remotiond-cli.js"
},
"scripts": {
"formatting": "oxfmt src --check",
"format": "oxfmt src",
"lint": "eslint src",
"test": "bun test src",
"make": "tsgo -d"
},
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"exports": {
".": "./dist/index.js",
"./config": "./dist/config/index.js",
"./package.json": "./package.json"
},
"typesVersions": {
">=1.0": {
"config": [
"dist/config/index.d.ts"
]
}
},
"author": "Jonny Burger <jonny@remotion.dev>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@remotion/bundler": "4.0.488",
"@remotion/media-utils": "4.0.488",
"@remotion/player": "4.0.488",
"@remotion/renderer": "4.0.488",
"@remotion/studio-shared": "4.0.488",
"@remotion/studio-server": "4.0.488",
"@remotion/studio": "4.0.488",
"dotenv": "17.3.1",
"minimist": "1.2.6",
"prompts": "2.4.2",
"remotion": "4.0.488"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/minimist": "1.2.2",
"@types/prompts": "2.4.9",
"@types/prettier": "2.7.2",
"@types/node": "20.12.14",
"@remotion/zod-types": "4.0.488",
"@remotion/tailwind-v4": "4.0.488",
"@remotion/enable-scss": "4.0.488",
"@remotion/skia": "4.0.488",
"react": "19.2.3",
"react-dom": "19.2.3",
"zod": "4.3.6",
"@remotion/eslint-config-internal": "4.0.488",
"eslint": "9.19.0",
"@typescript/native-preview": "7.0.0-dev.20260217.1"
},
"keywords": [
"remotion",
"ffmpeg",
"video",
"react",
"player"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://www.remotion.dev/docs/cli"
}