30 lines
627 B
JSON
30 lines
627 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",
|
|
"repl": "cd packages/rrweb && npm run repl"
|
|
}
|
|
}
|