17 lines
352 B
JSON
17 lines
352 B
JSON
|
{
|
||
|
"name": "uni-stat-receiver",
|
||
|
"dependencies": {
|
||
|
"uni-stat": "file:../common/uni-stat",
|
||
|
"uni-id-common": "file:../../../uni_modules/uni-id-common/uniCloud/cloudfunctions/common/uni-id-common"
|
||
|
},
|
||
|
"cloudfunction-config": {
|
||
|
"concurrency": 1,
|
||
|
"memorySize": 128,
|
||
|
"timeout": 60,
|
||
|
"triggers": []
|
||
|
},
|
||
|
"extensions": {
|
||
|
"uni-cloud-jql": {}
|
||
|
}
|
||
|
}
|