package.json 270 B

1234567891011121314
  1. {
  2. "name": "getCytLogs",
  3. "dependencies": [],
  4. "extensions": {
  5. "uni-cloud-jql": []
  6. },
  7. "cloudfunction-config": {
  8. "memorySize": 512,
  9. "timeout": 5,
  10. "triggers": [],
  11. "path": "/api",
  12. "runtime": "Nodejs8"
  13. }
  14. }