{ "name": "@rrweb/all", "version": "2.0.0-alpha.19", "publishConfig": { "access": "public" }, "keywords": [ "rrweb", "@rrweb/all" ], "scripts": { "dev": "vite build --watch", "build": "yarn turbo run prepublish", "test": "vitest run", "test:watch": "vitest watch", "check-types": "tsc -noEmit", "prepublish": "tsc -noEmit && vite build", "lint": "yarn eslint src/**/*.ts" }, "homepage": "https://github.com/rrweb-io/rrweb/tree/main/packages/@rrweb/all#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/all.cjs", "module": "./dist/all.js", "unpkg": "./dist/all.umd.cjs", "typings": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/all.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/all.cjs" } } }, "files": [ "build", "dist", "package.json" ], "devDependencies": { "puppeteer": "^20.9.0", "vite": "^5.3.1", "vite-plugin-dts": "^3.9.1", "vitest": "^1.4.0", "typescript": "^5.4.5" }, "dependencies": { "@rrweb/types": "^2.0.0-alpha.19", "@rrweb/packer": "^2.0.0-alpha.19", "rrweb": "^2.0.0-alpha.19" }, "browserslist": [ "supports es6-class" ] }