Helm chart, image, and sourcefolder are of different names, which causes confusion and difficulties to automate builds. Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
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"
|
|
}
|
|
}
|