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

59 lines
1.4 KiB
JSON

{
"name": "rrweb",
"version": "0.6.1",
"description": "record and replay the web",
"scripts": {
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
"repl": "TS_NODE_CACHE=false TS_NODE_FILES=true ts-node test/repl.ts",
"bundle": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
},
"keywords": [
"rrweb"
],
"main": "lib/rrweb.js",
"module": "es/rrweb.js",
"unpkg": "dist/rrweb.js",
"typings": "./index.d.ts",
"files": [
"dist",
"lib",
"es",
"index.d.ts",
"src/types.ts"
],
"author": "yanzhen@smartx.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
},
"homepage": "https://github.com/rrweb-io/rrweb#readme",
"devDependencies": {
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.7",
"@types/puppeteer": "^1.9.0",
"@types/rewire": "^2.5.28",
"chai": "^4.2.0",
"jest-snapshot": "^23.6.0",
"mocha": "^5.2.0",
"puppeteer": "^1.9.0",
"rollup": "^0.66.6",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-typescript": "^1.0.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^4.5.1",
"typescript": "^3.1.6"
},
"dependencies": {
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.6.1"
}
}