UNPKG

1.39 kBJSONView Raw
1{
2 "name": "remotion",
3 "version": "3.3.16",
4 "description": "Render videos in React",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "prepublishOnly": "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.23",
32 "@types/react-dom": "18.0.0",
33 "@types/webpack-env": "^1.16.0",
34 "@vitejs/plugin-react": "^2.0.0",
35 "eslint": "8.25.0",
36 "jsdom": "20.0.1",
37 "prettier": "^2.7.1",
38 "prettier-plugin-organize-imports": "^2.3.4",
39 "react": "^18.0.0",
40 "react-dom": "^18.0.0",
41 "react-test-renderer": "^18.0.0",
42 "rimraf": "^3.0.2",
43 "typescript": "^4.7.0",
44 "vitest": "0.24.3",
45 "webpack": "5.74.0"
46 },
47 "keywords": [
48 "remotion",
49 "ffmpeg",
50 "video",
51 "react",
52 "puppeteer",
53 "player"
54 ],
55 "publishConfig": {
56 "access": "public"
57 },
58 "gitHead": "f9ad91106fe6fbcc61a25d917cc526a995d9322c"
59}