You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
450 B

{
"name": "wx-server-sdk",
"version": "3.0.1",
"description": "mini program cloud server sdk",
"homepage": "https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html",
"main": "index.js",
"author": "wechat mini program team",
"license": "MIT",
"types": "index.d.ts",
"dependencies": {
"@cloudbase/node-sdk": "2.10.0",
"json-bigint": "^1.0.0",
"protobufjs": "^7.2.4",
"tslib": "^1.9.3"
}
}