mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
15 lines
348 B
JSON
Executable File
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"
|
|
}
|
|
}
|