@remotion/cli 3.3.71 → 3.3.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +72 -73
package/package.json CHANGED
@@ -1,74 +1,73 @@
1
1
  {
2
- "name": "@remotion/cli",
3
- "version": "3.3.71",
4
- "description": "CLI for Remotion",
5
- "main": "dist/index.js",
6
- "sideEffects": false,
7
- "bin": {
8
- "remotion": "remotion-cli.js"
9
- },
10
- "scripts": {
11
- "lint": "eslint src --ext ts,tsx",
12
- "test": "vitest --run",
13
- "build": "tsc -d",
14
- "watch": "tsc -w"
15
- },
16
- "repository": {
17
- "url": "https://github.com/remotion-dev/remotion"
18
- },
19
- "bugs": {
20
- "url": "https://github.com/remotion-dev/remotion/issues"
21
- },
22
- "author": "Jonny Burger <jonny@remotion.dev>",
23
- "license": "SEE LICENSE IN LICENSE.md",
24
- "dependencies": {
25
- "@remotion/bundler": "3.3.71",
26
- "@remotion/media-utils": "3.3.71",
27
- "@remotion/player": "3.3.71",
28
- "@remotion/renderer": "3.3.71",
29
- "better-opn": "2.1.1",
30
- "dotenv": "9.0.2",
31
- "memfs": "3.4.3",
32
- "minimist": "1.2.6",
33
- "prompts": "2.4.1",
34
- "remotion": "3.3.71",
35
- "semver": "7.3.5",
36
- "source-map": "0.6.1"
37
- },
38
- "peerDependencies": {
39
- "react": ">=16.8.0",
40
- "react-dom": ">=16.8.0"
41
- },
42
- "devDependencies": {
43
- "@jonny/eslint-config": "3.0.266",
44
- "@types/minimist": "^1.2.2",
45
- "@types/node": "^16.7.5",
46
- "@types/prompts": "^2.4.1",
47
- "@types/react": "18.0.26",
48
- "@types/react-dom": "18.0.10",
49
- "@types/semver": "^7.3.4",
50
- "@typescript-eslint/eslint-plugin": "5.18.0",
51
- "@typescript-eslint/parser": "5.18.0",
52
- "eslint": "8.25.0",
53
- "eslint-plugin-10x": "1.5.2",
54
- "eslint-plugin-react": "7.29.4",
55
- "eslint-plugin-react-hooks": "4.4.0",
56
- "prettier": "^2.7.1",
57
- "prettier-plugin-organize-imports": "^2.3.4",
58
- "react": "^18.0.0",
59
- "react-dom": "^18.0.0",
60
- "typescript": "^4.7.0",
61
- "vitest": "0.24.3"
62
- },
63
- "keywords": [
64
- "remotion",
65
- "ffmpeg",
66
- "video",
67
- "react",
68
- "player"
69
- ],
70
- "publishConfig": {
71
- "access": "public"
72
- },
73
- "gitHead": "0735e6d74278ea46fc01a2d07237da2d0286ce61"
74
- }
2
+ "name": "@remotion/cli",
3
+ "version": "3.3.74",
4
+ "description": "CLI for Remotion",
5
+ "main": "dist/index.js",
6
+ "sideEffects": false,
7
+ "bin": {
8
+ "remotion": "remotion-cli.js"
9
+ },
10
+ "repository": {
11
+ "url": "https://github.com/remotion-dev/remotion"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/remotion-dev/remotion/issues"
15
+ },
16
+ "author": "Jonny Burger <jonny@remotion.dev>",
17
+ "license": "SEE LICENSE IN LICENSE.md",
18
+ "dependencies": {
19
+ "@remotion/bundler": "3.3.74",
20
+ "@remotion/media-utils": "3.3.74",
21
+ "@remotion/player": "3.3.74",
22
+ "@remotion/renderer": "3.3.74",
23
+ "better-opn": "2.1.1",
24
+ "dotenv": "9.0.2",
25
+ "memfs": "3.4.3",
26
+ "minimist": "1.2.6",
27
+ "prompts": "2.4.1",
28
+ "remotion": "3.3.74",
29
+ "semver": "7.3.5",
30
+ "source-map": "0.6.1"
31
+ },
32
+ "peerDependencies": {
33
+ "react": ">=16.8.0",
34
+ "react-dom": ">=16.8.0"
35
+ },
36
+ "devDependencies": {
37
+ "@jonny/eslint-config": "3.0.266",
38
+ "@types/minimist": "^1.2.2",
39
+ "@types/node": "^16.7.5",
40
+ "@types/prompts": "^2.4.1",
41
+ "@types/react": "18.0.26",
42
+ "@types/react-dom": "18.0.10",
43
+ "@types/semver": "^7.3.4",
44
+ "@typescript-eslint/eslint-plugin": "5.18.0",
45
+ "@typescript-eslint/parser": "5.18.0",
46
+ "eslint": "8.25.0",
47
+ "eslint-plugin-10x": "1.5.2",
48
+ "eslint-plugin-react": "7.29.4",
49
+ "eslint-plugin-react-hooks": "4.4.0",
50
+ "prettier": "^2.7.1",
51
+ "prettier-plugin-organize-imports": "^2.3.4",
52
+ "react": "^18.0.0",
53
+ "react-dom": "^18.0.0",
54
+ "typescript": "^4.7.0",
55
+ "vitest": "0.24.3"
56
+ },
57
+ "keywords": [
58
+ "remotion",
59
+ "ffmpeg",
60
+ "video",
61
+ "react",
62
+ "player"
63
+ ],
64
+ "publishConfig": {
65
+ "access": "public"
66
+ },
67
+ "scripts": {
68
+ "lint": "eslint src --ext ts,tsx",
69
+ "test": "vitest --run",
70
+ "build": "tsc -d",
71
+ "watch": "tsc -w"
72
+ }
73
+ }