UNPKG

@chaseleto/sessions-sdk

Version:

Privacy-conscious session recording SDK for self-hosted session tracking

78 lines (77 loc) 2 kB
{ "name": "@chaseleto/sessions-sdk", "version": "1.0.13", "private": false, "type": "module", "description": "Privacy-conscious session recording SDK for self-hosted session tracking", "main": "dist/index.js", "module": "dist/index.esm.js", "unpkg": "dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "postbuild": "cp dist/index.umd.js ../dashboard-ui/sdk.js", "dev": "rollup -c -w", "serve": "npx http-server dist -p 8083 -c-1", "dev:serve": "npm run build && npm run serve", "test": "jest", "lint": "eslint src --ext .ts,.js", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "keywords": [ "session-recording", "analytics", "rrweb", "privacy", "self-hosted", "session-replay", "user-tracking", "web-analytics" ], "author": "Chase Leto", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chaseleto/sessions.git" }, "bugs": { "url": "https://github.com/chaseleto/sessions/issues" }, "homepage": "https://github.com/chaseleto/sessions#readme", "dependencies": { "@chaseleto/sessions-sdk": "^1.0.10", "rrweb": "^2.0.0-alpha.15" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.0.0", "@types/jest": "^29.0.0", "@types/react": "^18.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "jest-environment-jsdom": "^30.0.5", "rollup": "^3.0.0", "ts-jest": "^29.0.0", "tslib": "^2.6.0", "typescript": "^5.0.0" }, "engines": { "node": ">=14.0.0" }, "publishConfig": { "access": "public" } }