29 lines
583 B
JSON
29 lines
583 B
JSON
{
|
|
"name": "rrvideo",
|
|
"version": "2.0.0-alpha.7",
|
|
"description": "transform rrweb session into video",
|
|
"main": "build/index.js",
|
|
"bin": {
|
|
"rrvideo": "build/cli.js"
|
|
},
|
|
"files": [
|
|
"build"
|
|
],
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublish": "yarn build"
|
|
},
|
|
"author": "yanzhen@smartx.com",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/minimist": "^1.2.1",
|
|
"@rrweb/types": "^2.0.0-alpha.7"
|
|
},
|
|
"dependencies": {
|
|
"minimist": "^1.2.5",
|
|
"puppeteer": "^19.7.2",
|
|
"rrweb-player": "^2.0.0-alpha.7"
|
|
}
|
|
}
|