openreplay/sourcemap-uploader/package.json
Kraiem Taha Yassine bb94a926d4
Dev (#2534)
* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* fix(chalice): fixed Math-operators validation
refactor(chalice): search for sessions that have events for heatmaps

* refactor(chalice): search for sessions that have at least 1 location event for heatmaps

* feat(chalice): autocomplete return top 10 with stats

* fix(chalice): fixed autocomplete top 10 meta-filters

* refactor(sourcemap-uploader): upgraded dependencies
refactor(sourcemap-uploader): added dev script
2024-09-04 14:31:10 +02:00

26 lines
642 B
JSON

{
"name": "@openreplay/sourcemap-uploader",
"version": "3.0.8",
"description": "NPM module to upload your JS sourcemaps files to OpenReplay",
"bin": "cli.js",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .js --fix"
},
"author": "Alex Tsokurov",
"contributors": [
"Aleksandr K <alex@openreplay.com>",
"Taha Yassine K <tahayk2@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3"
},
"dependencies": {
"argparse": "^2.0.1",
"glob-promise": "^6.0.7"
}
}