Passwd/cloudfunctions/createUser/package.json

14 lines
275 B
JSON
Raw Permalink Normal View History

2020-08-31 17:19:39 +00:00
{
"name": "createUser",
"version": "1.0.0",
"description": "创建新用户",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"wx-server-sdk": "latest"
}
}