{
  "name": "client-currpoststates-node",
  "version": "1.0.0",
  "author": "Enterprise Innovation Consulting LLC.",
  "description": "Current post states client microservice",
  "main": "./obj/src/index.js",
  "typings": "./obj/src/index.d.ts",
  "noAnalyze": true,
  "private": false,
  "scripts": {
    "start": "node app",
    "test": "mocha -t 10000 -R spec -u tdd --recursive ./obj/test",
    "benchmark": "matcha -R clean -I tdd ./benchmark/main.js"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@bitbucket.org:entinco/eic-worldwatch.git",
    "directory": "client-currpoststates-node"
  },
  "dependencies": {
    "pip-services3-commons-nodex": "^1.0.*",
    "pip-services3-components-nodex": "^1.4.*",
    "pip-services3-messaging-nodex": "^1.0.0",
    "pip-services3-rpc-nodex": "^1.2.*"
  },
  "devDependencies": {
    "@types/chai": "^4.0.*",
    "@types/mocha": "^8.0.*",
    "@types/node": "^10.17.*",
    "chai": "^4.3.*",
    "mocha": "^8.3.*"
  }
}
