{ "name": "rrweb", "version": "0.2.0", "description": "record and replay the web", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "bundle": "rollup --config" }, "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" }, "homepage": "https://github.com/rrweb-io/rrweb#readme", "devDependencies": { "rollup": "^0.66.6", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-typescript": "^1.0.0", "tslib": "^1.9.3", "tslint": "^4.5.1", "typescript": "^3.1.1" }, "dependencies": { "rrweb-snapshot": "file:../snapshot" } }