* Version Packages (alpha) * Tweak description of file path changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "@rrweb/rrweb-plugin-sequential-id-replay",
|
|
"version": "2.0.0-alpha.15",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
|
|
"module": "./dist/rrweb-plugin-sequential-id-replay.js",
|
|
"unpkg": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs",
|
|
"typings": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/rrweb-plugin-sequential-id-replay.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/rrweb-plugin-sequential-id-replay.umd.cjs"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "tsc -noEmit && vite build",
|
|
"check-types": "tsc -noEmit",
|
|
"prepublish": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rrweb-io/rrweb.git"
|
|
},
|
|
"keywords": [
|
|
"rrweb"
|
|
],
|
|
"author": "yanzhen@smartx.com",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rrweb-io/rrweb/issues"
|
|
},
|
|
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
|
"devDependencies": {
|
|
"@rrweb/rrweb-plugin-sequential-id-record": "^2.0.0-alpha.15",
|
|
"rrweb": "^2.0.0-alpha.15",
|
|
"typescript": "^4.7.3",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-dts": "^3.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"rrweb": "^2.0.0-alpha.15"
|
|
}
|
|
}
|