* feat(backend): moved http metrics into assist handlers file * fix(assist): use correct value for requests_duration metric * feat(assist): removed unnecessary imports * fix(assist): fixed typo in repond method * fix(assist): added metrics.js to clean script * feat(assist): try to save http method asap in server logic * feat(assist): final version * feat(assist): removed prom-client from peers and sourcemap-reader * feat(sourcemap-reader): added missing package-lock.json
26 lines
781 B
JSON
26 lines
781 B
JSON
{
|
|
"name": "sourcemaps-reader",
|
|
"version": "v1.12.0",
|
|
"description": "assist server to get live sessions & sourcemaps reader to get stack trace",
|
|
"main": "peerjs-server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/openreplay/openreplay.git"
|
|
},
|
|
"author": "KRAIEM Taha Yassine <tahayk2@gmail.com>",
|
|
"license": "Elastic License 2.0 (ELv2)",
|
|
"bugs": {
|
|
"url": "https://github.com/openreplay/openreplay/issues"
|
|
},
|
|
"homepage": "https://github.com/openreplay/openreplay#readme",
|
|
"dependencies": {
|
|
"@azure/storage-blob": "^12.17.0",
|
|
"aws-sdk": "^2.1493.0",
|
|
"express": "^4.18.2",
|
|
"source-map": "^0.7.4"
|
|
}
|
|
}
|