Passwd/cloudfunctions/checkPwd/package.json

15 lines
340 B
JSON
Raw Permalink Normal View History

2020-08-31 17:19:39 +00:00
{
"name": "checkPwd",
"version": "1.0.0",
"description": "检查六位密码是否与数据库中的一致",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Saturneric",
"license": "ISC",
"dependencies": {
"wx-server-sdk": "latest",
"crypto": "latest"
}
}