UNPKG

1.97 kBJSONView Raw
1{
2 "name": "@remotion/player",
3 "version": "4.0.140",
4 "description": "Remotion Player",
5 "main": "dist/cjs/index.js",
6 "types": "dist/cjs/index.d.ts",
7 "module": "dist/esm/index.mjs",
8 "sideEffects": false,
9 "exports": {
10 "./package.json": "./package.json",
11 ".": {
12 "types": "./dist/cjs/index.d.ts",
13 "module": "./dist/esm/index.mjs",
14 "import": "./dist/esm/index.mjs",
15 "require": "./dist/cjs/index.js"
16 }
17 },
18 "repository": {
19 "url": "https://github.com/remotion-dev/remotion"
20 },
21 "bugs": {
22 "url": "https://github.com/remotion-dev/remotion/issues"
23 },
24 "author": "Jonny Burger <jonny@remotion.dev>",
25 "maintainers": [
26 "Jonny Burger <jonny@remotion.dev>",
27 "Shankhadeep Dey <shankhadeepdey99@gmail.com>"
28 ],
29 "license": "SEE LICENSE IN LICENSE.md",
30 "dependencies": {
31 "remotion": "4.0.140"
32 },
33 "peerDependencies": {
34 "react": ">=16.8.0",
35 "react-dom": ">=16.8.0"
36 },
37 "devDependencies": {
38 "@jonny/eslint-config": "3.0.281",
39 "@rollup/plugin-typescript": "^8.2.0",
40 "@testing-library/react": "13.1.1",
41 "@types/node": "18.14.6",
42 "@types/react": "18.2.48",
43 "@types/react-dom": "18.2.18",
44 "csstype": "^3.1.1",
45 "eslint": "8.56.0",
46 "eslint-plugin-require-extensions": "^0.1.2",
47 "jsdom": "20.0.1",
48 "prettier": "3.2.5",
49 "prettier-plugin-organize-imports": "3.2.4",
50 "react": "18.2.0",
51 "react-dom": "18.2.0",
52 "rollup": "^2.70.1",
53 "rollup-plugin-banner2": "^1.2.2",
54 "vitest": "0.31.1",
55 "webpack": "5.83.1",
56 "zod": "^3.22.3"
57 },
58 "keywords": [
59 "remotion",
60 "ffmpeg",
61 "video",
62 "react",
63 "player"
64 ],
65 "publishConfig": {
66 "access": "public"
67 },
68 "scripts": {
69 "formatting": "prettier src --check",
70 "lint": "eslint src --ext ts,tsx",
71 "build": "node ensure-correct-version.js && rollup --config rollup.config.js && tsc -d",
72 "watch": "tsc -w",
73 "prerelease": "cp ../../README.md ."
74 }
75}
\No newline at end of file