blob: 209b4154eff8c16f3100034e08f3b5373fbba3f2 [file] [log] [blame]
{
"name": "greeter",
"version": "3.3.0",
"description": "This is a simple example of a stateful functions application implemented in `JavaScript`.",
"main": "functions.js",
"scripts": {
"start": "node functions.js"
},
"dependencies": {
"apache-flink-statefun": "3.3.0"
}
}