{ "name": "rrvideo", "version": "2.0.0-alpha.13", "description": "transform rrweb session into video", "main": "build/index.js", "bin": { "rrvideo": "build/cli.js" }, "files": [ "build" ], "types": "build/index.d.ts", "scripts": { "install": "playwright install", "build": "tsc", "test": "jest", "check-types": "tsc -noEmit", "prepublish": "yarn build" }, "author": "yanzhen@smartx.com", "license": "MIT", "devDependencies": { "@types/fs-extra": "11.0.1", "@types/jest": "^27.4.1", "@types/minimist": "^1.2.1", "@types/node": "^18.15.11", "jest": "^27.5.1", "ts-jest": "^27.1.3", "@rrweb/types": "^2.0.0-alpha.13" }, "dependencies": { "@open-tech-world/cli-progress-bar": "^2.0.2", "fs-extra": "^11.1.1", "minimist": "^1.2.5", "playwright": "^1.32.1", "rrweb-player": "^2.0.0-alpha.13" } }