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