{
  "name": "microcule-examples",
  "version": "6.0.0",
  "description": "Open-source collection of example HTTP Microservices in many programming languages",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "microcule ."
  },
  "author": "Marak",
  "license": "MIT",
  "dependencies": {
    "microcule": "6.x.x"
  }
}