* Version Packages (alpha) * Tweak description of file path changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
40 lines
920 B
JSON
40 lines
920 B
JSON
{
|
|
"name": "rrvideo",
|
|
"version": "2.0.0-alpha.15",
|
|
"description": "transform rrweb session into video",
|
|
"main": "build/index.js",
|
|
"bin": {
|
|
"rrvideo": "build/cli.js"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"package.json"
|
|
],
|
|
"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.15"
|
|
},
|
|
"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.15"
|
|
}
|
|
}
|