UNPKG

1.37 kBJSONView Raw
1{
2 "name": "remotion",
3 "version": "3.2.27",
4 "description": "Render videos in React",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "prepublish": "node ensure-correct-version.js && cp ../../README.md .",
10 "lint": "eslint src --ext ts,tsx",
11 "test": "vitest --run",
12 "build": "tsc -d",
13 "watch": "tsc -w"
14 },
15 "repository": {
16 "url": "https://github.com/remotion-dev/remotion"
17 },
18 "bugs": {
19 "url": "https://github.com/remotion-dev/remotion/issues"
20 },
21 "author": "",
22 "license": "SEE LICENSE IN LICENSE.md",
23 "peerDependencies": {
24 "react": ">=16.8.0",
25 "react-dom": ">=16.8.0"
26 },
27 "devDependencies": {
28 "@jonny/eslint-config": "3.0.266",
29 "@testing-library/react": "13.3.0",
30 "@types/node": "^16.7.5",
31 "@types/react": "18.0.1",
32 "@types/react-dom": "18.0.0",
33 "@types/webpack-env": "^1.16.0",
34 "@vitejs/plugin-react": "^2.0.0",
35 "eslint": "8.13.0",
36 "prettier": "^2.0.5",
37 "prettier-plugin-organize-imports": "^2.3.4",
38 "react": "^18.0.0",
39 "react-dom": "^18.0.0",
40 "react-test-renderer": "^18.0.0",
41 "rimraf": "^3.0.2",
42 "typescript": "^4.7.0",
43 "vitest": "^0.18.0",
44 "webpack": "5.74.0"
45 },
46 "keywords": [
47 "remotion",
48 "ffmpeg",
49 "video",
50 "react",
51 "puppeteer",
52 "player"
53 ],
54 "publishConfig": {
55 "access": "public"
56 },
57 "gitHead": "662c69bcb2fee4d51553b2f8e61635fb4d6688b1"
58}