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

41 lines
1.0 KiB
JSON

{
"name": "rrweb-snapshot",
"version": "0.1.0",
"description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
"main": "index.js",
"scripts": {
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
"compile": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb-snapshot.git"
},
"keywords": [
"rrweb",
"snapshot",
"DOM"
],
"author": "yanzhen@smartx.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb-snapshot/issues"
},
"homepage": "https://github.com/rrweb-io/rrweb-snapshot#readme",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.11.3",
"@types/puppeteer": "^1.8.0",
"chai": "^4.1.2",
"mocha": "^5.2.0",
"puppeteer": "^1.9.0",
"rollup": "^0.66.4",
"rollup-plugin-typescript": "^1.0.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.3",
"tslint": "^4.5.1",
"typescript": "^3.0.3"
}
}