Newer
Older
smart_construction / cloudfunctions / echo / package.json
zhout on 27 May 2020 254 bytes Initial Commit
{
  "name": "echo",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "wx-server-sdk": "~2.0.3"
  }
}