Files
rrweb/packages/all/package.json
github-actions[bot] cfd686d488 Version Packages (alpha) (#1484)
* 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>
2024-06-13 14:03:34 +02:00

67 lines
1.5 KiB
JSON

{
"name": "@rrweb/all",
"version": "2.0.0-alpha.15",
"publishConfig": {
"access": "public"
},
"keywords": [
"rrweb",
"@rrweb/all"
],
"scripts": {
"dev": "vite build --watch",
"build": "tsc -noEmit && vite build",
"test": "vitest run",
"test:watch": "vitest watch",
"check-types": "tsc -noEmit",
"prepublish": "npm run 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.2.8",
"vite-plugin-dts": "^3.8.1",
"vitest": "^1.4.0",
"typescript": "^4.7.3"
},
"dependencies": {
"@rrweb/types": "^2.0.0-alpha.15",
"@rrweb/packer": "^2.0.0-alpha.15",
"rrweb": "^2.0.0-alpha.15"
},
"browserslist": [
"supports es6-class"
]
}