{
  "name": "hello",
  "version": "1.0.0",
  "description": "an application that prints 'Hello!'",
  "scripts" : {
    "hello": "node dist/hello.js"
  }
}
