{
  "name": "java-hello-world",
  "version": "1.0.0",
  "description": "java hello world example",
  "language": "java",
  "main": "hook.java",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "microcule ."
  },
  "dependencies": {
    "microcule": "*"
  },
  "author": "examples",
  "license": "MIT"
}