30 lines
900 B
JSON
30 lines
900 B
JSON
{
|
|
"name": "assist-server",
|
|
"version": "v1.22.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": {
|
|
"@fastify/deepmerge": "^2.0.0",
|
|
"@maxmind/geoip2-node": "^4.2.0",
|
|
"express": "^4.21.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"prom-client": "^15.0.0",
|
|
"socket.io": "^4.8.0",
|
|
"ua-parser-js": "^1.0.37",
|
|
"winston": "^3.13.0"
|
|
}
|
|
}
|