{
    "name": "pip-services-logging-node",
    "version": "1.1.0",
    "author": "Conceptual Vision Consulting LLC",
    "description": "Distributed trace logging microservice in Node.js",
    "contributors": [
        {
            "name": "Sergey Seroukhov",
            "email": "seroukhov@gmail.com"
        }
    ],
    "main": "./obj/src/index.js",
    "typings": "./obj/src/index.d.ts",
    "keywords": [
        "pip.services",
        "traces",
        "logging",
        "microservice"
    ],
    "noAnalyze": true,
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com:pip-services-infrastructure/pip-services-logging-node.git"
    },
    "license": "MIT",
    "engines": {
        "node": ">=0.6.14"
    },
    "private": false,
    "scripts": {
        "build": "tsc",
        "watch": "tsc --watch",
        "launch": "node ./bin/run.js",
        "relaunch": "tsc && node ./bin/run.js",
        "test": "mocha -t 5000 -R spec -u tdd --recursive ./obj/test",
        "retest": "tsc && mocha -t 5000 -R spec -u tdd --recursive ./obj/test",
        "benchmark": "node ./obj/benchmark/run.js",
        "rebenchmark": "tsc && matcha -R clean -I tdd ./obj/benchmark/run.js"
    },
    "dependencies": {
        "pip-services3-commons-node": "^3.0.0",
        "pip-services3-components-node": "^3.0.0",
        "pip-services3-container-node": "^3.0.0",
        "pip-services3-data-node": "^3.0.0",
        "pip-services3-aws-node": "^3.0.0",
        "pip-services3-rpc-node": "^3.0.0",
        "pip-services3-mongodb-node": "^3.0.0"
    },
    "devDependencies": {
        "@types/node": "*",
        "@types/lodash": "^4.0.0",
        "@types/async": "^2.0.0",
        "@types/chai": "*",
        "@types/mocha": "*",
        "@types/mongodb": "^2.1.38",
        "restify": "^4.3.0",
        "chai": "*",
        "mocha": "*",
        "pip-benchmark-node": "^2.0.1"
    }
}
