{
  "name": "smalltalk-hello-world",
  "version": "1.0.0",
  "description": "",
  "language": "smalltalk",
  "source": "'Hello, this is a Smalltalk script.' displayNl !\n'Hook_params_* is populated with request parameters' displayNl !\n('Hook_params_foo: ' , Hook_params_foo) displayNl !\n",
  "main": "index.st",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "microcule ."
  },
  "dependencies": {
    "microcule": "*"
  },
  "author": "examples",
  "license": "MIT"
}