dicomweb-websocket-bridge
Version:
Redirect dicomweb traffic over websockets to a local PACS server
72 lines (71 loc) • 2.05 kB
JSON
{
"name": "dicomweb-websocket-bridge",
"version": "1.2.0",
"description": "Redirect dicomweb traffic over websockets to a local PACS server",
"scripts": {
"start": "ts-node src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knopkem/dicomweb-websocket-bridge.git"
},
"keywords": [
"DICOMWEB",
"PROXY",
"WEBSOCKET",
"DICOM"
],
"author": "Michael Knopke",
"license": "MIT",
"bin": {
"dicomweb-websocket-bridge": "bin/dicomweb-websocket-bridge"
},
"bugs": {
"url": "https://github.com/knopkem/dicomweb-websocket-bridge/issues"
},
"homepage": "https://github.com/knopkem/dicomweb-websocket-bridge#readme",
"dependencies": {
"@fastify/autoload": "^5.2.0",
"@fastify/cors": "^8.1.0",
"@fastify/helmet": "^9.1.0",
"@fastify/sensible": "^5.1.1",
"@fastify/static": "^6.5.0",
"@wearemothership/socket.io-stream": "^0.9.1",
"config": "^3.3.7",
"fastify": "^4.5.3",
"jsonwebtoken": "^8.5.1",
"simple-node-logger": "^21.8.12",
"socket.io": "^4.5.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@fastify/cors": "^8.0.0",
"@fastify/helmet": "^9.1.0",
"@fastify/sensible": "^5.0.0",
"@fastify/static": "^6.4.0",
"@types/config": "^3.3.0",
"@types/eslint": "^8.4.6",
"@types/node": "^18.7.13",
"@types/prettier": "^2.7.0",
"@types/socket.io": "^3.0.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"config": "^3.3.7",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"fastify": "^4.0.0",
"prettier": "^2.7.1",
"simple-node-logger": "^21.8.12",
"socket.io": "^4.5.1",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"uuid": "^8.3.2"
}
}