@qyrus/journeys
Version:
Record and replay user journeys with continuous streaming.
43 lines (42 loc) • 1.23 kB
JSON
{
"name": "@qyrus/journeys",
"version": "1.3.0-beta.1",
"description": "Record and replay user journeys with continuous streaming.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"build": "webpack --mode production && npm run build:types",
"build:types": "npx mkdirp dist && npx cpy \"src/*.d.ts\" dist && npx cpy dist/index.d.ts dist --rename=index.d.ts",
"test": "echo \"No tests yet!\""
},
"dependencies": {
"rrweb": "^2.0.0-alpha.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@rrweb/types": "^2.0.0-alpha.18",
"babel-loader": "^8.0.0",
"core-js": "^3.41.0",
"cpy-cli": "^5.0.0",
"mkdirp": "^3.0.1",
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.8.3",
"webpack": "^5.99.5",
"webpack-cli": "^4.10.0",
"webpack-obfuscator": "^3.5.1"
},
"keywords": [
"recording",
"replay",
"streaming",
"session"
],
"author": "Rohith Raghunathan Nair",
"license": "Qyrus Proprietary License"
}