UNPKG

replay-tracker

Version:

A lightweight session replay tracker for websites using rrweb

53 lines (52 loc) 1.16 kB
{ "name": "replay-tracker", "author": "imran-yasin <imranyasin944@gmail.com>", "license": "MIT", "version": "0.4.0", "description": "A lightweight session replay tracker for websites using rrweb", "repository": { "type": "git", "url": "https://github.com/imran-yasin/replay-tracker" }, "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "tsc --noEmit", "clean": "rm -rf dist" }, "devDependencies": { "@types/dotenv": "^8.2.3", "@types/node": "^20", "tsup": "^8", "typescript": "^5" }, "dependencies": { "@aws-sdk/client-s3": "^3.850.0", "dotenv": "^17.2.0", "rrweb": "^1.1.3" }, "peerDependencies": { "rrweb": "^1.1.3" }, "keywords": [ "session-replay", "rrweb", "analytics", "user-tracking", "replay" ] }