{
  "name": "msv",
  "version": "3.0.2",
  "description": "Micro Services Framework",
  "main": "dist/index.js",
  "types": "types.d.ts",
  "bin": {
    "msv": "dist/bin/msv.js",
    "msv-app": "dist/bin/msv-app.js"
  },
  "dependencies": {
    "colors": "1.1.2",
    "defer-promise": "1.0.1",
    "deps-tree": "0.0.1",
    "js-yaml": "3.9.0",
    "msv-config": "0.0.3",
    "msv-logger": "0.0.2",
    "serialize-error": "2.1.0",
    "source-map-support": "0.4.11",
    "stream-to-promise": "2.2.0"
  },
  "devDependencies": {
    "@types/mocha": "2.2.41",
    "@types/node": "8.0.7",
    "joi": "10.2.2",
    "mocha": "3.2.0",
    "typescript": "2.4.1"
  },
  "scripts": {
    "build": "tsc",
    "test": "mocha dist/tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smbwain/msv.git"
  },
  "keywords": [
    "microservice"
  ],
  "author": "Roman Ditchuk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/smbwain/msv/issues"
  },
  "homepage": "https://github.com/smbwain/msv#readme"
}
