Files
clarity/package.json
Sarvesh Nagpal cf70242e9d Refactor privacy code and performance improvements (#239)
* Refactor privacy code and performance improvements

* Bump minimist from 1.2.5 to 1.2.6 (#233)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bumping version to 0.6.35

* Track memory consumption as a metric

* Add support for fraud detection

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 15:51:12 -07:00

32 lines
829 B
JSON

{
"name": "clarity",
"private": true,
"version": "0.6.35",
"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.11",
"trim-newlines": "^4.0.2"
},
"resolutions": {
"tar": "^6.1.7",
"trim-newlines": "^4.0.2"
}
}