mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "aliyun-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "Aliyun example using nodejs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "alibabacloud.com",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"serverless-aliyun-function-compute": "*"
|
|
}
|
|
}
|