Files
2025-10-22 07:50:31 +08:00

26 lines
535 B
JSON

{
"name": "router",
"version": "1.0.0",
"description": "在router目录下执行 npm i",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {},
"private": true,
"cloudfunction-config": {
"concurrency": 1,
"memorySize": 256,
"keepRunningAfterReturn": false,
"path": "",
"timeout": 60,
"triggers": [],
"runtime": "Nodejs12"
},
"extensions": {
"uni-cloud-redis": {}
}
}