57 lines
2.0 KiB
JSON
57 lines
2.0 KiB
JSON
{
|
|
"description": "record and replay the web",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
|
|
},
|
|
"keywords": [
|
|
"rrweb"
|
|
],
|
|
"author": "yanzhen@smartx.com",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/rrweb-io/rrweb/issues"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/rrweb-io/rrweb#readme",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.0",
|
|
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.8.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
"browserslist": "^4.21.4",
|
|
"concurrently": "^7.1.0",
|
|
"eslint": "^8.19.0",
|
|
"eslint-plugin-compat": "^4.0.2",
|
|
"eslint-plugin-jest": "^27.1.3",
|
|
"eslint-plugin-tsdoc": "^0.2.16",
|
|
"lerna": "^4.0.0",
|
|
"markdownlint": "^0.25.1",
|
|
"markdownlint-cli": "^0.31.1",
|
|
"turbo": "^1.2.4",
|
|
"typescript": "^4.7.3"
|
|
},
|
|
"scripts": {
|
|
"lerna": "lerna",
|
|
"build:all": "yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references' 'yarn turbo run prepublish'",
|
|
"test": "yarn run concurrently --success=all -r -m=1 'yarn workspaces-to-typescript-project-references --check' 'yarn turbo run test'",
|
|
"test:watch": "yarn turbo run test:watch",
|
|
"dev": "yarn turbo run dev",
|
|
"repl": "cd packages/rrweb && npm run repl",
|
|
"live-stream": "cd packages/rrweb && yarn live-stream",
|
|
"lint": "yarn run concurrently --success=all -r -m=1 'yarn run markdownlint docs' 'yarn eslint packages/*/src --ext .ts,.tsx,.js,.jsx,.svelte'",
|
|
"lint:report": "yarn eslint --output-file eslint_report.json --format json packages/*/src --ext .ts,.tsx,.js,.jsx",
|
|
"release": "yarn build:all && changeset publish"
|
|
},
|
|
"resolutions": {
|
|
"**/jsdom/cssom": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"not op_mini all"
|
|
]
|
|
}
|