2019-10-29 18:45:50 +08:00

15 lines
348 B
JSON
Executable File

{
"name": "tencent-python",
"version": "1.0.0",
"description": "Tencent Serverless Cloud Function example using Python",
"main": "index.py",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cloud.tencent.com",
"license": "MIT",
"devDependencies": {
"serverless-tencent-scf": "^0.1.7"
}
}