{
  "name": "event-store-client",
  "version": "1.1.0",
  "description": "Client library for connecting to Event Store instances over TCP/IP",
  "author": "Carey Bishop",
  "license": "BSD-2-Clause",
  "types": "./event-store-client.d.ts",
  "repository": {
    "type": "git",
    "url": "http://github.com/x-cubed/event-store-client.git"
  },
  "main": "index.js",
  "dependencies": {
    "argument-validator": "^0.1.0",
    "long": "~3.1.0",
    "protobufjs": "~5.0.1",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "mocha-teamcity-reporter": "~2.5.1",
    "node-docker-api": "^1.1.22",
    "optimist": "~0.6.1",
    "uuid-parse": "^1.0.0"
  },
  "scripts": {
    "test": "mocha",
    "test-teamcity": "mocha -R mocha-teamcity-reporter"
  },
  "keywords": [
    "eventstore",
    "event",
    "store"
  ]
}
