初始提交
This commit is contained in:
28
uniCloud-aliyun/cloudfunctions/vk-pay/package.json
Normal file
28
uniCloud-aliyun/cloudfunctions/vk-pay/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "vk-pay",
|
||||
"version": "1.0.0",
|
||||
"description": "【开箱即用】vk-uniCloud-router - 云函数路由模式 - uniCloud开发框架 - 已集成uni-id",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"vk-uni-pay": "file:../common/vk-uni-pay",
|
||||
"uni-config-center": "file:../../../uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center",
|
||||
"uni-id": "file:../../../uni_modules/uni-id/uniCloud/cloudfunctions/common/uni-id",
|
||||
"uni-id-common": "file:../../../uni_modules/uni-id-common/uniCloud/cloudfunctions/common/uni-id-common"
|
||||
},
|
||||
"private": true,
|
||||
"cloudfunction-config": {
|
||||
"concurrency": 1,
|
||||
"memorySize": 128,
|
||||
"path": "/http/vk-pay",
|
||||
"timeout": 60,
|
||||
"triggers": [],
|
||||
"runtime": "Nodejs8"
|
||||
},
|
||||
"extensions": {}
|
||||
}
|
||||
Reference in New Issue
Block a user