{ "name": "sourcemaps-reader", "version": "1.0.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 ", "license": "Elastic License 2.0 (ELv2)", "bugs": { "url": "https://github.com/openreplay/openreplay/issues" }, "homepage": "https://github.com/openreplay/openreplay#readme", "dependencies": { "aws-sdk": "^2.1172.0", "express": "^4.18.1", "source-map": "^0.7.4" } }