You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
canteen/uniCloud-aliyun/cloudfunctions/uni-stat-receiver/package.json

17 lines
352 B

{
"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": {}
}
}