mirror of
https://github.com/chenasraf/clarity.git
synced 2026-05-18 01:48:58 +00:00
* Performance optimizations * Tracking consent in a cookie * Ignore report-only CSP violations * Bumping version to 0.6.22
32 lines
828 B
JSON
32 lines
828 B
JSON
{
|
|
"name": "clarity",
|
|
"private": true,
|
|
"version": "0.6.22",
|
|
"repository": "https://github.com/microsoft/clarity.git",
|
|
"author": "Sarvesh Nagpal <sarveshn@microsoft.com>",
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"version": "npx lerna version",
|
|
"build": "npx lerna run build --stream",
|
|
"build:js": "yarn workspace clarity-js build",
|
|
"build:decode": "yarn workspace clarity-decode build",
|
|
"build:visualize": "yarn workspace clarity-visualize build",
|
|
"build:devtools": "yarn workspace clarity-devtools build",
|
|
"test": "yarn workspace clarity-js test"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^4.0.0",
|
|
"tar": "^6.1.7",
|
|
"trim-newlines": "^4.0.2"
|
|
},
|
|
"resolutions": {
|
|
"tar": "^6.1.7",
|
|
"trim-newlines": "^4.0.2"
|
|
}
|
|
}
|