UNPKG

1.1 kBJSONView Raw
1{
2 "name": "remotion",
3 "version": "2.5.5",
4 "description": "Render videos in React",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "test": "eslint src --ext ts,tsx && jest --coverage && node generate-badges.js",
10 "build": "tsc -d",
11 "watch": "tsc -w",
12 "prerelease": "cp ../../README.md ."
13 },
14 "repository": {
15 "url": "https://github.com/remotion-dev/remotion"
16 },
17 "author": "",
18 "license": "SEE LICENSE IN LICENSE.md",
19 "peerDependencies": {
20 "react": "^17.0.1",
21 "react-dom": "^17.0.1"
22 },
23 "devDependencies": {
24 "@jonny/eslint-config": "^2.1.248",
25 "@testing-library/react": "^11.2.2",
26 "@testing-library/react-hooks": "^5.1.1",
27 "@types/jest": "^27.0.2",
28 "@types/node": "^16.7.5",
29 "@types/webpack-env": "^1.16.0",
30 "eslint": "^7.25.0",
31 "jest": "^27.2.4",
32 "prettier": "^2.0.5",
33 "prettier-plugin-organize-imports": "^1.1.1",
34 "rimraf": "^3.0.2",
35 "ts-jest": "^27.0.5",
36 "typescript": "^4.4.2",
37 "webpack": "5.60.0"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "gitHead": "2390e1c394dca14129a64cc46c22a4d9bc271029"
43}