@posthog/rrweb-plugin-console-record
Version:
Please refer to the [console recipe](../../../docs/recipes/console.md) on how to use this plugin. See the [guide](../../../guide.md) for more info on rrweb.
53 lines (52 loc) • 1.5 kB
JSON
{
"name": "@posthog/rrweb-plugin-console-record",
"version": "0.0.23",
"description": "",
"type": "module",
"main": "./dist/rrweb-plugin-console-record.umd.cjs",
"module": "./dist/rrweb-plugin-console-record.js",
"unpkg": "./dist/rrweb-plugin-console-record.umd.cjs",
"typings": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/rrweb-plugin-console-record.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/rrweb-plugin-console-record.umd.cjs"
}
}
},
"files": [
"dist",
"package.json"
],
"scripts": {
"dev": "vite build --watch",
"test": "vitest run",
"test:watch": "vitest watch",
"build": "yarn turbo run prepublish",
"check-types": "tsc -noEmit",
"prepublish": "tsc -noEmit && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PostHog/posthog-rrweb.git"
},
"author": "yanzhen@smartx.com",
"license": "MIT",
"devDependencies": {
"@posthog/rrweb": "*",
"typescript": "^5.4.5",
"vite": "^6.2.0",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.4.0",
"puppeteer": "^20.9.0"
},
"peerDependencies": {
"@posthog/rrweb": "*",
"@posthog/rrweb-utils": "*"
}
}