UNPKG

1.09 kBJSONView Raw
1{
2 "name": "remotion",
3 "version": "2.1.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 "prepare": "rimraf node_modules/@types/react"
14 },
15 "repository": {
16 "url": "https://github.com/JonnyBurger/remotion"
17 },
18 "author": "",
19 "license": "SEE LICENSE IN LICENSE.md",
20 "peerDependencies": {
21 "react": "^17.0.1",
22 "react-dom": "^17.0.1"
23 },
24 "devDependencies": {
25 "@jonny/eslint-config": "^2.1.233",
26 "@testing-library/react": "^11.2.2",
27 "@testing-library/react-hooks": "^5.1.1",
28 "@types/jest": "^26.0.19",
29 "@types/node": "^15.0.1",
30 "@types/webpack-env": "^1.16.0",
31 "eslint": "^7.25.0",
32 "jest": "^26.6.3",
33 "prettier": "^2.0.5",
34 "prettier-plugin-organize-imports": "^1.1.1",
35 "rimraf": "^3.0.2",
36 "ts-jest": "^26.4.4",
37 "typescript": "^4.1.2",
38 "webpack": "5.37.0"
39 },
40 "publishConfig": {
41 "access": "public"
42 }
43}