UNPKG

@xysfe/memento-core

Version:

record and replay the web

64 lines (63 loc) 2.03 kB
{ "name": "@xysfe/memento-core", "version": "0.1.54", "rrweb-version": "0.8.5", "description": "record and replay the web", "scripts": { "test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts", "test:watch": "PUPPETEER_HEADLESS=true npm run test -- --watch --watch-extensions js,ts", "repl": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true ts-node scripts/repl.ts", "bundle:browser": "cross-env BROWSER_ONLY=true rollup --config", "bundle": "rollup --config", "typings": "tsc -d --declarationDir typings" }, "keywords": [ "memento" ], "main": "lib/memento-core.js", "module": "es/memento-core/src/entries/all.js", "unpkg": "dist/memento-core.js", "sideEffects": false, "typings": "typings/entries/all.d.ts", "files": [ "dist", "lib", "es", "typings" ], "author": "yanzhen@smartx.com", "license": "MIT", "devDependencies": { "@types/chai": "^4.1.6", "@types/inquirer": "0.0.43", "@types/mocha": "^5.2.5", "@types/node": "^10.11.7", "@types/puppeteer": "^1.11.1", "chai": "^4.2.0", "cross-env": "^5.2.0", "inquirer": "^6.2.1", "jest-snapshot": "^23.6.0", "mocha": "^5.2.0", "puppeteer": "^1.11.0", "rollup": "^2.3.3", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-postcss": "^3.1.1", "rollup-plugin-terser": "^5.3.0", "rollup-plugin-typescript": "^1.0.0", "rollup-plugin-web-worker-loader": "^1.6.1", "ts-node": "^7.0.1", "tslib": "^1.9.3", "tslint": "^4.5.1", "typescript": "^3.9.5" }, "dependencies": { "@types/smoothscroll-polyfill": "^0.3.0", "@xstate/fsm": "^1.4.0", "@xysfe/memento-snapshot": "^0.1.19", "base64-arraybuffer": "^1.0.2", "mitt": "^1.1.3", "pako": "^1.0.11", "smoothscroll-polyfill": "^0.4.3" } }