Files
smartDriveEEUniApp/uniCloud-alipay/cloudfunctions/uni-stat-cron/package.json
2025-11-23 11:20:51 +08:00

31 lines
769 B
JSON

{
"name": "uni-stat-cron",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"uni-stat": "file:..\/common\/uni-stat"
},
"cloudfunction-config": {
"concurrency": 1,
"memorySize": 512,
"timeout": 600,
"triggers": [
{
"name": "uni-stat-cron",
"type": "timer",
"config": "0 0 * * * * *"
}
]
},
"extensions": {},
"origin-plugin-dev-name": "uni-starter",
"origin-plugin-version": "2.2.8",
"plugin-dev-name": "uni-starter",
"plugin-version": "2.2.8"
}