Passwd/cloudfunctions/changePwd/package.json
Saturneric fb74e7395f Add
2020-09-01 01:19:39 +08:00

15 lines
313 B
JSON

{
"name": "changePwd",
"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",
"crypto": "latest"
}
}