{ "name": "mwse", "version": "0.1.0", "description": "Mikro WebSocket Engine", "main": "Source/index.js", "scripts": { "compile": "tsc -p tsconfig.json -w" }, "repository": { "type": "git", "url": "http://git.saqut.com/saqut/MWSE" }, "keywords": [ "WebSocket", "server", "microservice", "ws" ], "author": "Abdussamed ULUTAŞ ", "license": "MIT", "dependencies": { "compression": "^1.7.4", "express": "^4.18.2", "joi": "^17.7.0", "knex": "^2.3.0", "sqlite3": "^5.1.2", "systemjs": "^6.13.0", "terminal-kit": "^3.0.0", "typescript": "^4.9.3", "websocket": "^1.0.34" } }