{
  "name": "ocaml",
  "version": "1.0.0",
  "description": "ocaml echo service",
  "language": "ocaml",
  "main": "index.ml",
  "license": "MIT",
  "scripts": {
    "start": "microcule .",
    "test": "echo \"no tests available\""
  },
  "dependencies": {
    "microcule": "*"
  }
}