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