-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@remotion/player",
"version": "3.0.7",
"description": "Remotion Player",
"main": "dist/index.js",
"sideEffects": false,
"scripts": {
"lint": "eslint src --ext ts,tsx",
"test": "jest",
"build": "tsc -d",
"watch": "tsc -w",
"prerelease": "cp ../../README.md ."
},
"repository": {
"url": "https://github.com/remotion-dev/remotion"
},
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"files": [
"dist",
"README.md"
],
"author": "Jonny Burger <[email protected]>",
"maintainers": [
"Jonny Burger <[email protected]>",
"Shankhadeep Dey <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE.md",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"remotion": "*"
},
"devDependencies": {
"@jonny/eslint-config": "3.0.259",
"@testing-library/react": "13.1.1",
"@types/jest": "^27.4.0",
"@types/node": "^14.14.14",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"csstype": "^3.0.9",
"eslint": "8.13.0",
"jest": "^27.2.4",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^2.3.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "git+https://github.com/influee/remotion-core.git",
"ts-jest": "^27.0.5",
"typescript": "^4.5.5",
"webpack": "5.72.0"
},
"keywords": [
"remotion",
"ffmpeg",
"video",
"react",
"puppeteer",
"player"
],
"publishConfig": {
"access": "public"
}
}