serverless
Version:
Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more
15 lines (14 loc) • 348 B
JSON
{
"name": "tencent-nodejs",
"version": "1.0.0",
"description": "Tencent Serverless Cloud Function example using Nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cloud.tencent.com",
"license": "MIT",
"devDependencies": {
"serverless-tencent-scf": "^0.1.7"
}
}