remotion
Version:
Render videos in React
44 lines (43 loc) • 1.1 kB
JSON
{
"name": "remotion",
"version": "2.6.3",
"description": "Render videos in React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"test": "eslint src --ext ts,tsx && jest --coverage && node generate-badges.js",
"build": "tsc -d",
"watch": "tsc -w",
"prerelease": "cp ../../README.md ."
},
"repository": {
"url": "https://github.com/remotion-dev/remotion"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@jonny/eslint-config": "^2.1.248",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^5.1.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.7.5",
"@types/webpack-env": "^1.16.0",
"eslint": "^7.25.0",
"jest": "^27.2.4",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^1.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2",
"webpack": "5.60.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "96b2b703d1c4e08fe35c050b6bf0c97e0281fc01"
}