@vipstorage/nestjs-websocket
Version:
Websocket Client for NestJS based on ws
78 lines (77 loc) • 2.29 kB
JSON
{
"name": "@vipstorage/nestjs-websocket",
"version": "0.1.8",
"description": "Websocket Client for NestJS based on ws",
"author": "Blockcoders Engineering <hello@blockcoders.io> & Taraxa",
"license": "Apache",
"readmeFilename": "README.md",
"homepage": "https://github.com/128keatont/nestjs-websocket/blob/main/README.md",
"bugs": "https://github.com/128keatont/nestjs-websocket/issues",
"repository": {
"type": "git",
"url": "https://github.com/128keatont/nestjs-websocket"
},
"main": "dist/index.js",
"scripts": {
"build": "rm -rf ./dist && tsc --p tsconfig.build.json",
"prepare": "npm run build",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"{src,apps,libs,test,__tests__}/**/*.ts\" --fix",
"lint:ci": "eslint \"{src,apps,libs,test,__tests__}/**/*.ts\"",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"report": "cat ./coverage/lcov.info | coveralls"
},
"keywords": [
"ws",
"ws-client",
"websocket",
"websocket-client",
"websocket-protocol",
"websocket-library",
"websockets",
"nestjs",
"nest.js",
"nest"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"ws": "^8.2.3"
},
"devDependencies": {
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-express": "^10.2.8",
"@nestjs/platform-fastify": "^10.2.8",
"@nestjs/platform-ws": "^10.2.8",
"@nestjs/testing": "^10.2.8",
"@nestjs/websockets": "^10.2.8",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"axios": ">=0.22.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.4",
"nock": "^13.1.3",
"pre-commit": "^1.2.2",
"prettier": "^2.4.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0",
"supertest": "^6.1.6",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"tsc-watch": "^4.5.0",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.3"
}
}