remotion
Version:
Render videos in React
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "remotion",
"version": "2.1.5",
"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 .",
"prepare": "rimraf node_modules/@types/react"
},
"repository": {
"url": "https://github.com/JonnyBurger/remotion"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@jonny/eslint-config": "^2.1.233",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^5.1.1",
"@types/jest": "^26.0.19",
"@types/node": "^15.0.1",
"@types/webpack-env": "^1.16.0",
"eslint": "^7.25.0",
"jest": "^26.6.3",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^1.1.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"webpack": "5.37.0"
},
"publishConfig": {
"access": "public"
}
}