Files
rrweb/packages/types/package.json
github-actions[bot] 0d07e5eb4b Version Packages (alpha) (#1123)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-01 12:00:00 +08:00

53 lines
1.1 KiB
JSON

{
"name": "@rrweb/types",
"version": "2.0.0-alpha.5",
"publishConfig": {
"access": "public"
},
"keywords": [
"rrweb",
"@rrweb/types"
],
"scripts": {
"dev": "vite",
"build": "tsc -noEmit && vite build",
"check-types": "tsc -noEmit",
"prepublish": "npm run build",
"lint": "yarn eslint src/**/*.ts"
},
"homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/types#readme",
"bugs": {
"url": "https://github.com/rrweb-io/rrweb/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrweb-io/rrweb.git"
},
"license": "MIT",
"type": "module",
"main": "./dist/types.umd.cjs",
"module": "./dist/types.js",
"typings": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/types.js",
"require": "./dist/types.umd.cjs"
}
},
"files": [
"build",
"dist"
],
"devDependencies": {
"typescript": "^4.7.3",
"vite": "^3.2.0-beta.2",
"vite-plugin-dts": "^1.6.6"
},
"dependencies": {
"rrweb-snapshot": "^2.0.0-alpha.5"
},
"browserslist": [
"supports es6-class"
]
}