{
  "name": "@ords/core",
  "version": "0.16.3",
  "description": "Microservice architecture with service proposals in nodejs and typescript",
  "main": "dist/src/index",
  "typings": "dist/src/index",
  "scripts": {
    "test": "tsc; mocha dist/test/index.js",
    "clean": "./scripts/cleanBuild.sh",
    "prepare": "tsc"
  },
  "keywords": [
    "microservice",
    "proposals",
    "webhooks",
    "crossplatform"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/ords/ords-core.git"
  },
  "author": "Rune k. Rasmussen",
  "license": "MIT",
  "dependencies": {
    "rxjs": "^5.3.0"
  },
  "devDependencies": {
    "@types/chai": "^4.0.0",
    "@types/mocha": "^2.2.41",
    "chai": "^3.5.0"
  }
}
