Files
wechatpay-enterprise-web/node_modules/weixin-jsapi/package.json
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

25 lines
547 B
JSON

{
"name": "weixin-jsapi",
"version": "1.1.0",
"description": "微信官方 js-sdk es6 版本",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerexyz/weixin-jssdk.git"
},
"keywords": [
"weixin",
"wechat",
"jssdk"
],
"author": "jere",
"license": "MIT",
"bugs": {
"url": "https://github.com/jerexyz/weixin-jssdk/issues"
},
"homepage": "https://github.com/jerexyz/weixin-jssdk#readme"
}