UNPKG

@asfweb/grpc-session

Version:

## Installation: ``` yarn add @asfweb/grpc-session ``` or ``` npm install @asfweb/grpc-session --save ```

44 lines (43 loc) 935 B
{ "name": "@asfweb/grpc-session", "version": "1.0.55", "description": "", "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build/**/*" ], "scripts": { "clean": "del ./build/*", "build": "npm run clean && tsc", "pub": "npm version patch && npm run build && npm publish" }, "keywords": [ "Session", "gRPC", "Redis", "Microservice" ], "repository": { "type": "git", "url": "https://github.com/asfwebmaster/grpc-session" }, "author": "", "license": "ISC", "devDependencies": { "@types/cookie": "^0.4.1", "@types/crypto-js": "^4.0.2", "@types/ioredis": "^4.27.8", "del-cli": "^4.0.1", "typescript": "^3.8.3" }, "dependencies": { "@grpc/grpc-js": "^1.5.0", "@types/node": "14.18.3", "cookie": "^0.4.1", "crypto-js": "^4.1.1", "ioredis": "^4.28.0", "moment": "^2.29.1", "nanoid": "^3.1.30" } }