{
    "name": "mikudos_message-service",
    "version": "0.0.1",
    "description": "mikudos_message-socketIO-service",
    "homepage": "",
    "main": "src",
    "keywords": [
        "mikudos"
    ],
    "author": {
        "name": "guanyu",
        "email": "yue.guanyu@hotmail.com"
    },
    "license": "ISC",
    "contributors": [],
    "bugs": {},
    "directories": {
        "lib": "src",
        "test": "test/",
        "config": "config/"
    },
    "engines": {
        "node": "^12.0.0",
        "yarn": ">= 0.18.0"
    },
    "scripts": {
        "dev": "ts-node-dev --no-notify src/",
        "dev:debug": "DEBUG=* yarn dev",
        "dev:debug-io": "DEBUG=socket.io:* yarn dev",
        "dev:debug-mikudos": "DEBUG=mikudos:* yarn dev",
        "dev:debug-mikudos:auth": "DEBUG=mikudos:authentication yarn dev",
        "dev:debug-mikudos:chat": "DEBUG=mikudos:chat yarn dev",
        "dev:debug-mikudos:rpc": "DEBUG=mikudos:json-rpc yarn dev",
        "dev:debug-mikudos:duplex": "DEBUG=mikudos:duplex yarn dev",
        "dev:debug-mikudos:pusher": "DEBUG=mikudos:pusher yarn dev",
        "start": "yarn run compile && node lib/",
        "prod": "node lib/",
        "mocha": "ts-mocha \"test/**/*.ts\" --recursive --exit",
        "test": "yarn run compile && yarn run mocha",
        "compile": "shx rm -rf lib/ && tsc"
    },
    "dependencies": {
        "grpc": "^1.24.2",
        "grpc-caller": "^0.13.0",
        "lodash": "^4.17.15",
        "mikudos-socketio-app": "^0.1.38",
        "winston": "^3.0.0"
    },
    "devDependencies": {
        "@types/config": "0.0.35",
        "@types/debug": "^4.1.5",
        "@types/lodash": "^4.14.149",
        "@types/mocha": "^5.2.7",
        "@types/node": "^12.12.3",
        "@types/request-promise-native": "^1.0.17",
        "@types/socket.io": "^2.1.4",
        "mikudos-socketio-client": "0.0.7",
        "mocha": "^6.2.2",
        "shx": "^0.3.2",
        "ts-mocha": "^6.0.0",
        "ts-node-dev": "^1.0.0-pre.42",
        "typescript": "^3.5.3"
    },
    "types": "index.d.ts"
}
