package.json 308 B

123456789101112
  1. {
  2. "name": "weixin-js-sdk",
  3. "version": "1.6.5",
  4. "license": "MIT",
  5. "main": "index.js",
  6. "description": "微信官方 js-sdk npm 安装版,支持 typescript",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/yanxi123-com/weixin-js-sdk"
  10. },
  11. "homepage": "https://yanxi123.com/"
  12. }