Files
rrweb/package.json
2026-04-01 12:00:00 +08:00

29 lines
578 B
JSON

{
"description": "record and replay the web",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
},
"keywords": [
"rrweb"
],
"author": "yanzhen@smartx.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
},
"private": true,
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"workspaces": [
"packages/rrweb",
"packages/rrweb-snapshot",
"packages/rrweb-player"
],
"devDependencies": {
"lerna": "^4.0.0"
},
"scripts": {
"lerna": "lerna"
}
}