mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "hellofn",
|
|
"version": "1.0.0",
|
|
"description": "example function",
|
|
"main": "func.js",
|
|
"author": "",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@fnproject/fdk": "0.x"
|
|
}
|
|
}
|